#558655

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

Shades of Hippie Green #558655

Tints of Hippie Green #558655

Color information

#558655 (or 0x558655) is unknown color: approx Hippie Green. HEX triplet: 55, 86 and 55. RGB value is (85,134,85). Sum of RGB (Red+Green+Blue) = 85+134+85=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #558655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558655 is #AA79AA. Grayscale: #717171. Windows color (decimal): -11172267 or 5604949. OLE color: 5604949.

HSL color Cylindrical-coordinate representation of color #558655: hue angle of 120º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558655 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB8513485-
CMYK0.3700.370.47
HSL120º22.37%42.94%-
HSV(B)120º36.57%52.55%-
XYZ13.9119.6411.65-
YUV113.76111.77107.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=27.96%
G=44.08%
B=27.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134850.3700.370.4712022.3742.94
Hex558655250252F78162b
Octal12520612545045571702653
Binary10101011000011010101011001010100101101111111100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558655; }

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

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

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

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

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

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

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

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