#558751

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

Shades of Hippie Green #558751

Tints of Hippie Green #558751

Color information

#558751 (or 0x558751) is unknown color: approx Hippie Green. HEX triplet: 55, 87 and 51. RGB value is (85,135,81). Sum of RGB (Red+Green+Blue) = 85+135+81=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #558751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558751 is #AA78AE. Grayscale: #727272. Windows color (decimal): -11172015 or 5343061. OLE color: 5343061.

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

Color convert

RGB8513581-
CMYK0.3700.400.47
HSL115.56º25%42.35%-
HSV(B)115.56º40%52.94%-
XYZ13.919.8510.88-
YUV113.89109.44107.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=28.24%
G=44.85%
B=26.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135810.3700.400.47115.562542.35
Hex558751250282F74192a
Octal12520712145050571643152
Binary10101011000011110100011001010101000101111111010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558751; }

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

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

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

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

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

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

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

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