#559152

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

Shades of Hippie Green #559152

Tints of Hippie Green #559152

Color information

#559152 (or 0x559152) is unknown color: approx Hippie Green. HEX triplet: 55, 91 and 52. RGB value is (85,145,82). Sum of RGB (Red+Green+Blue) = 85+145+82=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #559152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559152 is #AA6EAD. Grayscale: #787878. Windows color (decimal): -11169454 or 5411157. OLE color: 5411157.

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

Color convert

RGB8514582-
CMYK0.4100.430.43
HSL117.14º27.75%44.51%-
HSV(B)117.14º43.45%56.86%-
XYZ15.3922.7911.57-
YUV119.88106.62103.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=27.24%
G=46.47%
B=26.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145820.4100.430.43117.1427.7544.51
Hex5591522902B2B751c2d
Octal12522112251053531653455
Binary10101011001000110100101010010101011101011111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559152; }

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

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

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

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

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

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

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

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