#559052

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

Shades of Hippie Green #559052

Tints of Hippie Green #559052

Color information

#559052 (or 0x559052) is unknown color: approx Hippie Green. HEX triplet: 55, 90 and 52. RGB value is (85,144,82). Sum of RGB (Red+Green+Blue) = 85+144+82=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #559052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559052 is #AA6FAD. Grayscale: #777777. Windows color (decimal): -11169710 or 5410901. OLE color: 5410901.

HSL color Cylindrical-coordinate representation of color #559052: hue angle of 117.1º 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 #559052 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB8514482-
CMYK0.4100.430.44
HSL117.1º27.43%44.31%-
HSV(B)117.1º43.06%56.47%-
XYZ15.2422.4911.52-
YUV119.29106.95103.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=27.33%
G=46.30%
B=26.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144820.4100.430.44117.127.4344.31
Hex5590522902B2C751b2c
Octal12522012251053541653354
Binary10101011001000010100101010010101011101100111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559052; }

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

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

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

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

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

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

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

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