#559422

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

Shades of Limeade #559422

Tints of Limeade #559422

Color information

#559422 (or 0x559422) is unknown color: approx Limeade. HEX triplet: 55, 94 and 22. RGB value is (85,148,34). Sum of RGB (Red+Green+Blue) = 85+148+34=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #559422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559422 is #AA6BDD. Grayscale: #747474. Windows color (decimal): -11168734 or 2266197. OLE color: 2266197.

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

Color convert

RGB8514834-
CMYK0.4300.770.42
HSL93.16º62.64%35.69%-
HSV(B)93.16º77.03%58.04%-
XYZ14.6223.235.23-
YUV116.1781.63105.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=31.84%
G=55.43%
B=12.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148340.4300.770.4293.1662.6435.69
Hex5594222B04D2A5d3f24
Octal12522442530115521357744
Binary101010110010100100010101011010011011010101011101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559422; }

 p { color: rgb(85,148,34); }

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

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

 a { background-color: rgb(85,148,34); }

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

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

 span { border-color: rgb(85,148,34); }

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