#558850

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

Shades of Hippie Green #558850

Tints of Hippie Green #558850

Color information

#558850 (or 0x558850) is unknown color: approx Hippie Green. HEX triplet: 55, 88 and 50. RGB value is (85,136,80). Sum of RGB (Red+Green+Blue) = 85+136+80=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #558850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558850 is #AA77AF. Grayscale: #727272. Windows color (decimal): -11171760 or 5277781. OLE color: 5277781.

HSL color Cylindrical-coordinate representation of color #558850: hue angle of 114.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558850 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB8513680-
CMYK0.3800.410.47
HSL114.64º25.93%42.35%-
HSV(B)114.64º41.18%53.33%-
XYZ1420.1210.73-
YUV114.37108.6107.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=28.24%
G=45.18%
B=26.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136800.3800.410.47114.6425.9342.35
Hex558850260292F731a2a
Octal12521012046051571633252
Binary10101011000100010100001001100101001101111111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558850; }

 p { color: rgb(85,136,80); }

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

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

 a { background-color: rgb(85,136,80); }

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

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

 span { border-color: rgb(85,136,80); }

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