#559536

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

Shades of Limeade #559536

Tints of Limeade #559536

Color information

#559536 (or 0x559536) is unknown color: approx Limeade. HEX triplet: 55, 95 and 36. RGB value is (85,149,54). Sum of RGB (Red+Green+Blue) = 85+149+54=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #559536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559536 is #AA6AC9. Grayscale: #777777. Windows color (decimal): -11168458 or 3577173. OLE color: 3577173.

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

Color convert

RGB8514954-
CMYK0.4300.640.42
HSL100.42º46.8%39.8%-
HSV(B)100.42º63.76%58.43%-
XYZ15.1623.697.26-
YUV119.0391.3103.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=29.51%
G=51.74%
B=18.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149540.4300.640.42100.4246.839.8
Hex5595362B0402A642f28
Octal12522566530100521445750
Binary101010110010101110110101011010000001010101100100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559536; }

 p { color: rgb(85,149,54); }

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

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

 a { background-color: rgb(85,149,54); }

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

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

 span { border-color: rgb(85,149,54); }

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