#558454

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

Shades of Hippie Green #558454

Tints of Hippie Green #558454

Color information

#558454 (or 0x558454) is unknown color: approx Hippie Green. HEX triplet: 55, 84 and 54. RGB value is (85,132,84). Sum of RGB (Red+Green+Blue) = 85+132+84=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #558454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558454 is #AA7BAB. Grayscale: #707070. Windows color (decimal): -11172780 or 5538901. OLE color: 5538901.

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

Color convert

RGB8513284-
CMYK0.3600.360.48
HSL118.75º22.22%42.35%-
HSV(B)118.75º36.36%51.76%-
XYZ13.619.0711.35-
YUV112.48111.93108.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=28.24%
G=43.85%
B=27.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132840.3600.360.48118.7522.2242.35
Hex558454240243077162a
Octal12520412444044601672652
Binary10101011000010010101001001000100100110000111011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558454; }

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

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

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

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

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

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

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

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