#558451

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

Shades of Hippie Green #558451

Tints of Hippie Green #558451

Color information

#558451 (or 0x558451) is unknown color: approx Hippie Green. HEX triplet: 55, 84 and 51. RGB value is (85,132,81). Sum of RGB (Red+Green+Blue) = 85+132+81=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #558451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558451 is #AA7BAE. Grayscale: #707070. Windows color (decimal): -11172783 or 5342293. OLE color: 5342293.

HSL color Cylindrical-coordinate representation of color #558451: hue angle of 115.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558451 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB8513281-
CMYK0.3600.390.48
HSL115.29º23.94%41.76%-
HSV(B)115.29º38.64%51.76%-
XYZ13.4819.0310.75-
YUV112.13110.43108.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=28.52%
G=44.30%
B=27.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132810.3600.390.48115.2923.9441.76
Hex558451240273073182a
Octal12520412144047601633052
Binary10101011000010010100011001000100111110000111001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558451; }

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

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

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

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

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

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

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

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