#529047

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

Shades of Hippie Green #529047

Tints of Hippie Green #529047

Color information

#529047 (or 0x529047) is unknown color: approx Hippie Green. HEX triplet: 52, 90 and 47. RGB value is (82,144,71). Sum of RGB (Red+Green+Blue) = 82+144+71=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #529047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529047 is #AD6FB8. Grayscale: #757575. Windows color (decimal): -11366329 or 4690002. OLE color: 4690002.

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

Color convert

RGB8214471-
CMYK0.4300.510.44
HSL110.96º33.95%42.16%-
HSV(B)110.96º50.69%56.47%-
XYZ14.5922.29.48-
YUV117.14101.96102.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=27.61%
G=48.48%
B=23.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144710.4300.510.44110.9633.9542.16
Hex5290472B0332C6f222a
Octal12222010753063541574252
Binary101001010010000100011110101101100111011001101111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529047; }

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

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

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

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

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

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

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

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