#529149

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

Shades of Hippie Green #529149

Tints of Hippie Green #529149

Color information

#529149 (or 0x529149) is unknown color: approx Hippie Green. HEX triplet: 52, 91 and 49. RGB value is (82,145,73). Sum of RGB (Red+Green+Blue) = 82+145+73=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #529149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529149 is #AD6EB6. Grayscale: #767676. Windows color (decimal): -11366071 or 4821330. OLE color: 4821330.

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

Color convert

RGB8214573-
CMYK0.4300.500.43
HSL112.5º33.03%42.75%-
HSV(B)112.5º49.66%56.86%-
XYZ14.8122.539.87-
YUV117.96102.63102.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=27.33%
G=48.33%
B=24.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145730.4300.500.43112.533.0342.75
Hex5291492B0322B70212b
Octal12222111153062531604153
Binary101001010010001100100110101101100101010111110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529149; }

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

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

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

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

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

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

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

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