#559058

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

Shades of Hippie Green #559058

Tints of Hippie Green #559058

Color information

#559058 (or 0x559058) is unknown color: approx Hippie Green. HEX triplet: 55, 90 and 58. RGB value is (85,144,88). Sum of RGB (Red+Green+Blue) = 85+144+88=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #559058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559058 is #AA6FA7. Grayscale: #787878. Windows color (decimal): -11169704 or 5804117. OLE color: 5804117.

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

Color convert

RGB8514488-
CMYK0.4100.390.44
HSL123.05º25.76%44.9%-
HSV(B)123.05º40.97%56.47%-
XYZ15.4822.5812.78-
YUV119.97109.95103.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=26.81%
G=45.43%
B=27.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144880.4100.390.44123.0525.7644.9
Hex559058290272C7b1a2d
Octal12522013051047541733255
Binary10101011001000010110001010010100111101100111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559058; }

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

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

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

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

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

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

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

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