#559351

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

Shades of Hippie Green #559351

Tints of Hippie Green #559351

Color information

#559351 (or 0x559351) is unknown color: approx Hippie Green. HEX triplet: 55, 93 and 51. RGB value is (85,147,81). Sum of RGB (Red+Green+Blue) = 85+147+81=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #559351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559351 is #AA6CAE. Grayscale: #797979. Windows color (decimal): -11168943 or 5346133. OLE color: 5346133.

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

Color convert

RGB8514781-
CMYK0.4200.450.42
HSL116.36º28.95%44.71%-
HSV(B)116.36º44.9%57.65%-
XYZ15.6723.3911.47-
YUV120.94105.46102.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=27.16%
G=46.96%
B=25.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147810.4200.450.42116.3628.9544.71
Hex5593512A02D2A741d2d
Octal12522312152055521643555
Binary10101011001001110100011010100101101101010111010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559351; }

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

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

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

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

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

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

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

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