#558959

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

Shades of Hippie Green #558959

Tints of Hippie Green #558959

Color information

#558959 (or 0x558959) is unknown color: approx Hippie Green. HEX triplet: 55, 89 and 59. RGB value is (85,137,89). Sum of RGB (Red+Green+Blue) = 85+137+89=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #558959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558959 is #AA76A6. Grayscale: #747474. Windows color (decimal): -11171495 or 5867861. OLE color: 5867861.

HSL color Cylindrical-coordinate representation of color #558959: hue angle of 124.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558959 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB8513789-
CMYK0.3800.350.46
HSL124.62º23.42%43.53%-
HSV(B)124.62º37.96%53.73%-
XYZ14.520.5412.65-
YUV115.98112.77105.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=27.33%
G=44.05%
B=28.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137890.3800.350.46124.6223.4243.53
Hex558959260232E7d172c
Octal12521113146043561752754
Binary10101011000100110110011001100100011101110111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558959; }

 p { color: rgb(85,137,89); }

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

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

 a { background-color: rgb(85,137,89); }

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

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

 span { border-color: rgb(85,137,89); }

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