#559316

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

Shades of Limeade #559316

Tints of Limeade #559316

Color information

#559316 (or 0x559316) is unknown color: approx Limeade. HEX triplet: 55, 93 and 16. RGB value is (85,147,22). Sum of RGB (Red+Green+Blue) = 85+147+22=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #559316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559316 is #AA6CE9. Grayscale: #727272. Windows color (decimal): -11169002 or 1479509. OLE color: 1479509.

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

Color convert

RGB8514722-
CMYK0.4200.850.42
HSL89.76º73.96%33.14%-
HSV(B)89.76º85.03%57.65%-
XYZ14.3222.864.42-
YUV114.2175.96107.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=33.46%
G=57.87%
B=8.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147220.4200.850.4289.7673.9633.14
Hex5593162A0552A5a4a21
Octal125223265201255213211241
Binary101010110010011101101010100101010110101010110101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559316; }

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

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

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

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

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

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

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

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