#558155

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

Shades of Hippie Green #558155

Tints of Hippie Green #558155

Color information

#558155 (or 0x558155) is unknown color: approx Hippie Green. HEX triplet: 55, 81 and 55. RGB value is (85,129,85). Sum of RGB (Red+Green+Blue) = 85+129+85=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #558155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558155 is #AA7EAA. Grayscale: #6E6E6E. Windows color (decimal): -11173547 or 5603669. OLE color: 5603669.

HSL color Cylindrical-coordinate representation of color #558155: hue angle of 120º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558155 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB8512985-
CMYK0.3400.340.49
HSL120º20.56%41.96%-
HSV(B)120º34.11%50.59%-
XYZ13.2418.2911.43-
YUV110.83113.42109.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=28.43%
G=43.14%
B=28.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129850.3400.340.4912020.5641.96
Hex558155220223178152a
Octal12520112542042611702552
Binary10101011000000110101011000100100010110001111100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558155; }

 p { color: rgb(85,129,85); }

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

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

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

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

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

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

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