#529048

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

Shades of Hippie Green #529048

Tints of Hippie Green #529048

Color information

#529048 (or 0x529048) is unknown color: approx Hippie Green. HEX triplet: 52, 90 and 48. RGB value is (82,144,72). Sum of RGB (Red+Green+Blue) = 82+144+72=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #529048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529048 is #AD6FB7. Grayscale: #757575. Windows color (decimal): -11366328 or 4755538. OLE color: 4755538.

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

Color convert

RGB8214472-
CMYK0.4300.500.44
HSL111.67º33.33%42.35%-
HSV(B)111.67º50%56.47%-
XYZ14.6222.219.65-
YUV117.25102.46102.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=27.52%
G=48.32%
B=24.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144720.4300.500.44111.6733.3342.35
Hex5290482B0322C70212a
Octal12222011053062541604152
Binary101001010010000100100010101101100101011001110000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529048; }

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

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

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

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

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

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

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

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