#527647

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

Shades of Fern Green #527647

Tints of Fern Green #527647

Color information

#527647 (or 0x527647) is unknown color: approx Fern Green. HEX triplet: 52, 76 and 47. RGB value is (82,118,71). Sum of RGB (Red+Green+Blue) = 82+118+71=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #527647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527647 is #AD89B8. Grayscale: #666666. Windows color (decimal): -11372985 or 4683346. OLE color: 4683346.

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

Color convert

RGB8211871-
CMYK0.3100.400.54
HSL105.96º24.87%37.06%-
HSV(B)105.96º39.83%46.27%-
XYZ11.115.218.31-
YUV101.88110.57113.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=30.26%
G=43.54%
B=26.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118710.3100.400.54105.9624.8737.06
Hex5276471F028366a1925
Octal12216610737050661523145
Binary101001011101101000111111110101000110110110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527647; }

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

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

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

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

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

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

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

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