#559537

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

Shades of Limeade #559537

Tints of Limeade #559537

Color information

#559537 (or 0x559537) is unknown color: approx Limeade. HEX triplet: 55, 95 and 37. RGB value is (85,149,55). Sum of RGB (Red+Green+Blue) = 85+149+55=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #559537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559537 is #AA6AC8. Grayscale: #777777. Windows color (decimal): -11168457 or 3642709. OLE color: 3642709.

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

Color convert

RGB8514955-
CMYK0.4300.630.42
HSL100.85º46.08%40%-
HSV(B)100.85º63.09%58.43%-
XYZ15.1823.77.39-
YUV119.1591.8103.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=29.41%
G=51.56%
B=19.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149550.4300.630.42100.8546.0840
Hex5595372B03F2A652e28
Octal1252256753077521455650
Binary10101011001010111011110101101111111010101100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559537; }

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

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

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

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

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

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

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

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