#529640

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

Shades of Fern Green #529640

Tints of Fern Green #529640

Color information

#529640 (or 0x529640) is unknown color: approx Fern Green. HEX triplet: 52, 96 and 40. RGB value is (82,150,64). Sum of RGB (Red+Green+Blue) = 82+150+64=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #529640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529640 is #AD69BF. Grayscale: #787878. Windows color (decimal): -11364800 or 4232786. OLE color: 4232786.

HSL color Cylindrical-coordinate representation of color #529640: hue angle of 107.44º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529640 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB8215064-
CMYK0.4500.570.41
HSL107.44º40.19%41.96%-
HSV(B)107.44º57.33%58.82%-
XYZ15.3123.988.67-
YUV119.8696.47100.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=27.70%
G=50.68%
B=21.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150640.4500.570.41107.4440.1941.96
Hex5296402D039296b282a
Octal12222610055071511535052
Binary101001010010110100000010110101110011010011101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529640; }

 p { color: rgb(82,150,64); }

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

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

 a { background-color: rgb(82,150,64); }

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

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

 span { border-color: rgb(82,150,64); }

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