#558051

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

Shades of Hippie Green #558051

Tints of Hippie Green #558051

Color information

#558051 (or 0x558051) is unknown color: approx Hippie Green. HEX triplet: 55, 80 and 51. RGB value is (85,128,81). Sum of RGB (Red+Green+Blue) = 85+128+81=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #558051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558051 is #AA7FAE. Grayscale: #6D6D6D. Windows color (decimal): -11173807 or 5341269. OLE color: 5341269.

HSL color Cylindrical-coordinate representation of color #558051: hue angle of 114.89º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558051 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB8512881-
CMYK0.3400.370.50
HSL114.89º22.49%40.98%-
HSV(B)114.89º36.72%50.2%-
XYZ12.9517.9610.57-
YUV109.78111.75110.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=28.91%
G=43.54%
B=27.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85128810.3400.370.50114.8922.4940.98
Hex5580512202532731629
Octal12520012142045621632651
Binary10101011000000010100011000100100101110010111001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558051; }

 p { color: rgb(85,128,81); }

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

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

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

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

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

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

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