#529049

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

Shades of Hippie Green #529049

Tints of Hippie Green #529049

Color information

#529049 (or 0x529049) is unknown color: approx Hippie Green. HEX triplet: 52, 90 and 49. RGB value is (82,144,73). Sum of RGB (Red+Green+Blue) = 82+144+73=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #529049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529049 is #AD6FB6. Grayscale: #757575. Windows color (decimal): -11366327 or 4821074. OLE color: 4821074.

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

Color convert

RGB8214473-
CMYK0.4300.490.44
HSL112.39º32.72%42.55%-
HSV(B)112.39º49.31%56.47%-
XYZ14.6622.229.82-
YUV117.37102.96102.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=27.42%
G=48.16%
B=24.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144730.4300.490.44112.3932.7242.55
Hex5290492B0312C70212b
Octal12222011153061541604153
Binary101001010010000100100110101101100011011001110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529049; }

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

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

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

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

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

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

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

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