#559258

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

Shades of Hippie Green #559258

Tints of Hippie Green #559258

Color information

#559258 (or 0x559258) is unknown color: approx Hippie Green. HEX triplet: 55, 92 and 58. RGB value is (85,146,88). Sum of RGB (Red+Green+Blue) = 85+146+88=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #559258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559258 is #AA6DA7. Grayscale: #797979. Windows color (decimal): -11169192 or 5804629. OLE color: 5804629.

HSL color Cylindrical-coordinate representation of color #559258: hue angle of 122.95º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559258 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB8514688-
CMYK0.4200.400.43
HSL122.95º26.41%45.29%-
HSV(B)122.95º41.78%57.25%-
XYZ15.7923.1912.88-
YUV121.15109.29102.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=26.65%
G=45.77%
B=27.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146880.4200.400.43122.9526.4145.29
Hex5592582A0282B7b1a2d
Octal12522213052050531733255
Binary10101011001001010110001010100101000101011111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559258; }

 p { color: rgb(85,146,88); }

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

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

 a { background-color: rgb(85,146,88); }

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

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

 span { border-color: rgb(85,146,88); }

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