#559257

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

Shades of Hippie Green #559257

Tints of Hippie Green #559257

Color information

#559257 (or 0x559257) is unknown color: approx Hippie Green. HEX triplet: 55, 92 and 57. RGB value is (85,146,87). Sum of RGB (Red+Green+Blue) = 85+146+87=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #559257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559257 is #AA6DA8. Grayscale: #797979. Windows color (decimal): -11169193 or 5739093. OLE color: 5739093.

HSL color Cylindrical-coordinate representation of color #559257: hue angle of 121.97º 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 #559257 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB8514687-
CMYK0.4200.400.43
HSL121.97º26.41%45.29%-
HSV(B)121.97º41.78%57.25%-
XYZ15.7523.1812.66-
YUV121.04108.79102.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=26.73%
G=45.91%
B=27.36%

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
Decimal85146870.4200.400.43121.9726.4145.29
Hex5592572A0282B7a1a2d
Octal12522212752050531723255
Binary10101011001001010101111010100101000101011111101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559257; }

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

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

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

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

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

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

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

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