#52884F

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

Shades of Hippie Green #52884F

Tints of Hippie Green #52884F

Color information

#52884F (or 0x52884F) is unknown color: approx Hippie Green. HEX triplet: 52, 88 and 4F. RGB value is (82,136,79). Sum of RGB (Red+Green+Blue) = 82+136+79=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #52884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52884F is #AD77B0. Grayscale: #717171. Windows color (decimal): -11368369 or 5212242. OLE color: 5212242.

HSL color Cylindrical-coordinate representation of color #52884F: hue angle of 116.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52884F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB8213679-
CMYK0.4000.420.47
HSL116.84º26.51%42.16%-
HSV(B)116.84º41.91%53.33%-
XYZ13.719.9710.53-
YUV113.36108.61105.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=27.61%
G=45.79%
B=26.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136790.4000.420.47116.8426.5142.16
Hex52884F2802A2F751b2a
Octal12221011750052571653352
Binary10100101000100010011111010000101010101111111010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52884F; }

 p { color: rgb(82,136,79); }

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

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

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

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

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

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

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