#529044

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

Shades of Fern Green #529044

Tints of Fern Green #529044

Color information

#529044 (or 0x529044) is unknown color: approx Fern Green. HEX triplet: 52, 90 and 44. RGB value is (82,144,68). Sum of RGB (Red+Green+Blue) = 82+144+68=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #529044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529044 is #AD6FBB. Grayscale: #757575. Windows color (decimal): -11366332 or 4493394. OLE color: 4493394.

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

Color convert

RGB8214468-
CMYK0.4300.530.44
HSL108.95º35.85%41.57%-
HSV(B)108.95º52.78%56.47%-
XYZ14.522.168.98-
YUV116.8100.46103.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=27.89%
G=48.98%
B=23.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144680.4300.530.44108.9535.8541.57
Hex5290442B0352C6d242a
Octal12222010453065541554452
Binary101001010010000100010010101101101011011001101101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529044; }

 p { color: rgb(82,144,68); }

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

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

 a { background-color: rgb(82,144,68); }

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

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

 span { border-color: rgb(82,144,68); }

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