#559051

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

Shades of Hippie Green #559051

Tints of Hippie Green #559051

Color information

#559051 (or 0x559051) is unknown color: approx Hippie Green. HEX triplet: 55, 90 and 51. RGB value is (85,144,81). Sum of RGB (Red+Green+Blue) = 85+144+81=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #559051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559051 is #AA6FAE. Grayscale: #777777. Windows color (decimal): -11169711 or 5345365. OLE color: 5345365.

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

Color convert

RGB8514481-
CMYK0.4100.440.44
HSL116.19º28%44.12%-
HSV(B)116.19º43.75%56.47%-
XYZ15.222.4711.32-
YUV119.18106.45103.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=27.42%
G=46.45%
B=26.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144810.4100.440.44116.192844.12
Hex5590512902C2C741c2c
Octal12522012151054541643454
Binary10101011001000010100011010010101100101100111010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559051; }

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

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

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

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

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

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

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

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