#529052

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

Shades of Hippie Green #529052

Tints of Hippie Green #529052

Color information

#529052 (or 0x529052) is unknown color: approx Hippie Green. HEX triplet: 52, 90 and 52. RGB value is (82,144,82). Sum of RGB (Red+Green+Blue) = 82+144+82=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #529052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529052 is #AD6FAD. Grayscale: #767676. Windows color (decimal): -11366318 or 5410898. OLE color: 5410898.

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

Color convert

RGB8214482-
CMYK0.4300.430.44
HSL120º27.43%44.31%-
HSV(B)120º43.06%56.47%-
XYZ14.9822.3511.51-
YUV118.39107.46102.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=26.62%
G=46.75%
B=26.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144820.4300.430.4412027.4344.31
Hex5290522B02B2C781b2c
Octal12222012253053541703354
Binary10100101001000010100101010110101011101100111100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529052; }

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

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

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

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

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

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

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

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