#527E4C

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

Shades of Fern Green #527E4C

Tints of Fern Green #527E4C

Color information

#527E4C (or 0x527E4C) is unknown color: approx Fern Green. HEX triplet: 52, 7E and 4C. RGB value is (82,126,76). Sum of RGB (Red+Green+Blue) = 82+126+76=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #527E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E4C is #AD81B3. Grayscale: #6B6B6B. Windows color (decimal): -11370932 or 5013074. OLE color: 5013074.

HSL color Cylindrical-coordinate representation of color #527E4C: hue angle of 112.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527E4C is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB8212676-
CMYK0.3500.400.51
HSL112.8º24.75%39.61%-
HSV(B)112.8º39.68%49.41%-
XYZ12.2517.249.52-
YUV107.14110.42110.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 126 (49.61% from 255) = 44.37%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=28.87%
G=44.37%
B=26.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82126760.3500.400.51112.824.7539.61
Hex527E4C2302833711928
Octal12217611443050631613150
Binary1010010111111010011001000110101000110011111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,126,76); }

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

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

 a { background-color: rgb(82,126,76); }

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

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

 span { border-color: rgb(82,126,76); }

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