#558153

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

Shades of Hippie Green #558153

Tints of Hippie Green #558153

Color information

#558153 (or 0x558153) is unknown color: approx Hippie Green. HEX triplet: 55, 81 and 53. RGB value is (85,129,83). Sum of RGB (Red+Green+Blue) = 85+129+83=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #558153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558153 is #AA7EAC. Grayscale: #6E6E6E. Windows color (decimal): -11173549 or 5472597. OLE color: 5472597.

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

Color convert

RGB8512983-
CMYK0.3400.360.49
HSL117.39º21.7%41.57%-
HSV(B)117.39º35.66%50.59%-
XYZ13.1618.2611.01-
YUV110.6112.42109.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=28.62%
G=43.43%
B=27.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129830.3400.360.49117.3921.741.57
Hex558153220243175162a
Octal12520112342044611652652
Binary10101011000000110100111000100100100110001111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558153; }

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

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

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

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

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

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

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

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