#527D42

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

Shades of Fern Green #527D42

Tints of Fern Green #527D42

Color information

#527D42 (or 0x527D42) is unknown color: approx Fern Green. HEX triplet: 52, 7D and 42. RGB value is (82,125,66). Sum of RGB (Red+Green+Blue) = 82+125+66=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #527D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527D42 is #AD82BD. Grayscale: #696969. Windows color (decimal): -11371198 or 4357458. OLE color: 4357458.

HSL color Cylindrical-coordinate representation of color #527D42: hue angle of 103.73º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527D42 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB8212566-
CMYK0.3400.470.51
HSL103.73º30.89%37.45%-
HSV(B)103.73º47.2%49.02%-
XYZ11.816.857.79-
YUV105.42105.75111.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=30.04%
G=45.79%
B=24.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82125660.3400.470.51103.7330.8937.45
Hex527D422202F33681f25
Octal12217510242057631503745
Binary1010010111110110000101000100101111110011110100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,125,66); }

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

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

 a { background-color: rgb(82,125,66); }

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

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

 span { border-color: rgb(82,125,66); }

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