#559057

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

Shades of Hippie Green #559057

Tints of Hippie Green #559057

Color information

#559057 (or 0x559057) is unknown color: approx Hippie Green. HEX triplet: 55, 90 and 57. RGB value is (85,144,87). Sum of RGB (Red+Green+Blue) = 85+144+87=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #559057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559057 is #AA6FA8. Grayscale: #787878. Windows color (decimal): -11169705 or 5738581. OLE color: 5738581.

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

Color convert

RGB8514487-
CMYK0.4100.400.44
HSL122.03º25.76%44.9%-
HSV(B)122.03º40.97%56.47%-
XYZ15.4422.5712.56-
YUV119.86109.45103.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=26.90%
G=45.57%
B=27.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144870.4100.400.44122.0325.7644.9
Hex559057290282C7a1a2d
Octal12522012751050541723255
Binary10101011001000010101111010010101000101100111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559057; }

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

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

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

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

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

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

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

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