#527F4E

Color #527F4E Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #527F4E

Tints of Fern Green #527F4E

Color information

#527F4E (or 0x527F4E) is unknown color: approx Fern Green. HEX triplet: 52, 7F and 4E. RGB value is (82,127,78). Sum of RGB (Red+Green+Blue) = 82+127+78=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 127 - color contains mainly: green. Hex color #527F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F4E is #AD80B1. Grayscale: #6C6C6C. Windows color (decimal): -11370674 or 5144402. OLE color: 5144402.

HSL color Cylindrical-coordinate representation of color #527F4E: hue angle of 115.1º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527F4E is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB8212778-
CMYK0.3500.390.50
HSL115.1º23.9%40.2%-
HSV(B)115.1º38.58%49.8%-
XYZ12.4417.529.93-
YUV107.96111.09109.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 127 (50% from 255) = 44.25%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=28.57%
G=44.25%
B=27.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82127780.3500.390.50115.123.940.2
Hex527F4E2302732731828
Octal12217711643047621633050
Binary1010010111111110011101000110100111110010111001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527F4E; }

 p { color: rgb(82,127,78); }

 H1.HeaderClassName
 {
   color: #527F4E;
 }
 .AnyTagClassName
 {
   color: #527F4E;
 }
</style>
background-color css

<style>
 a { background-color: #527F4E; }

 a { background-color: rgb(82,127,78); }

 div.DivClassName
 {
   background-color: #527F4E;
 }
 .BgClassName
 {
   background-color: #527F4E;
 }
</style>
border-color css

<style>
 span { border-color: #527F4E; }

 span { border-color: rgb(82,127,78); }

 td.TdClassName
 {
   border-color: #527F4E;
 }
 .TagClassName
 {
   border-color: #527F4E;
 }
</style>