#527747

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

Shades of Fern Green #527747

Tints of Fern Green #527747

Color information

#527747 (or 0x527747) is unknown color: approx Fern Green. HEX triplet: 52, 77 and 47. RGB value is (82,119,71). Sum of RGB (Red+Green+Blue) = 82+119+71=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #527747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527747 is #AD88B8. Grayscale: #666666. Windows color (decimal): -11372729 or 4683602. OLE color: 4683602.

HSL color Cylindrical-coordinate representation of color #527747: hue angle of 106.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527747 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB8211971-
CMYK0.3100.400.53
HSL106.25º25.26%37.25%-
HSV(B)106.25º40.34%46.67%-
XYZ11.2115.448.35-
YUV102.46110.24113.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=30.15%
G=43.75%
B=26.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119710.3100.400.53106.2525.2637.25
Hex5277471F028356a1925
Octal12216710737050651523145
Binary101001011101111000111111110101000110101110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527747; }

 p { color: rgb(82,119,71); }

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

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

 a { background-color: rgb(82,119,71); }

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

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

 span { border-color: rgb(82,119,71); }

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