#529245

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

Shades of Fern Green #529245

Tints of Fern Green #529245

Color information

#529245 (or 0x529245) is unknown color: approx Fern Green. HEX triplet: 52, 92 and 45. RGB value is (82,146,69). Sum of RGB (Red+Green+Blue) = 82+146+69=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #529245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529245 is #AD6DBA. Grayscale: #767676. Windows color (decimal): -11365819 or 4559442. OLE color: 4559442.

HSL color Cylindrical-coordinate representation of color #529245: hue angle of 109.87º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #529245 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB8214669-
CMYK0.4400.530.43
HSL109.87º35.81%42.16%-
HSV(B)109.87º52.74%57.25%-
XYZ14.8322.789.25-
YUV118.09100.3102.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=27.61%
G=49.16%
B=23.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146690.4400.530.43109.8735.8142.16
Hex5292452C0352B6e242a
Octal12222210554065531564452
Binary101001010010010100010110110001101011010111101110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529245; }

 p { color: rgb(82,146,69); }

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

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

 a { background-color: rgb(82,146,69); }

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

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

 span { border-color: rgb(82,146,69); }

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