#558755

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

Shades of Hippie Green #558755

Tints of Hippie Green #558755

Color information

#558755 (or 0x558755) is unknown color: approx Hippie Green. HEX triplet: 55, 87 and 55. RGB value is (85,135,85). Sum of RGB (Red+Green+Blue) = 85+135+85=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #558755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558755 is #AA78AA. Grayscale: #727272. Windows color (decimal): -11172011 or 5605205. OLE color: 5605205.

HSL color Cylindrical-coordinate representation of color #558755: hue angle of 120º degrees, saturation: 0.23, 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 #558755 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB8513585-
CMYK0.3700.370.47
HSL120º22.73%43.14%-
HSV(B)120º37.04%52.94%-
XYZ14.0519.9211.7-
YUV114.35111.44107.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=27.87%
G=44.26%
B=27.87%

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
Decimal85135850.3700.370.4712022.7343.14
Hex558755250252F78172b
Octal12520712545045571702753
Binary10101011000011110101011001010100101101111111100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558755; }

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

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

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

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

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

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

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

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