#527C37

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

Shades of Fern Green #527C37

Tints of Fern Green #527C37

Color information

#527C37 (or 0x527C37) is unknown color: approx Fern Green. HEX triplet: 52, 7C and 37. RGB value is (82,124,55). Sum of RGB (Red+Green+Blue) = 82+124+55=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #527C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C37 is #AD83C8. Grayscale: #676767. Windows color (decimal): -11371465 or 3636306. OLE color: 3636306.

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

Color convert

RGB8212455-
CMYK0.3400.560.51
HSL96.52º38.55%35.1%-
HSV(B)96.52º55.65%48.63%-
XYZ11.3816.486.2-
YUV103.58100.59112.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 124 (48.83% from 255) = 47.51%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=31.42%
G=47.51%
B=21.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82124550.3400.560.5196.5238.5535.1
Hex527C372203833612723
Octal1221746742070631414743
Binary1010010111110011011110001001110001100111100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,124,55); }

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

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

 a { background-color: rgb(82,124,55); }

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

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

 span { border-color: rgb(82,124,55); }

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