#527849

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

Shades of Fern Green #527849

Tints of Fern Green #527849

Color information

#527849 (or 0x527849) is unknown color: approx Fern Green. HEX triplet: 52, 78 and 49. RGB value is (82,120,73). Sum of RGB (Red+Green+Blue) = 82+120+73=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #527849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527849 is #AD87B6. Grayscale: #676767. Windows color (decimal): -11372471 or 4814930. OLE color: 4814930.

HSL color Cylindrical-coordinate representation of color #527849: hue angle of 108.51º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527849 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB8212073-
CMYK0.3200.390.53
HSL108.51º24.35%37.84%-
HSV(B)108.51º39.17%47.06%-
XYZ11.415.718.73-
YUV103.28110.91112.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=29.82%
G=43.64%
B=26.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82120730.3200.390.53108.5124.3537.84
Hex52784920027356d1826
Octal12217011140047651553046
Binary1010010111100010010011000000100111110101110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527849; }

 p { color: rgb(82,120,73); }

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

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

 a { background-color: rgb(82,120,73); }

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

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

 span { border-color: rgb(82,120,73); }

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