#559513

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

Shades of Limeade #559513

Tints of Limeade #559513

Color information

#559513 (or 0x559513) is unknown color: approx Limeade. HEX triplet: 55, 95 and 13. RGB value is (85,149,19). Sum of RGB (Red+Green+Blue) = 85+149+19=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #559513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559513 is #AA6AEC. Grayscale: #737373. Windows color (decimal): -11168493 or 1283413. OLE color: 1283413.

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

Color convert

RGB8514919-
CMYK0.4300.870.42
HSL89.54º77.38%32.94%-
HSV(B)89.54º87.25%58.43%-
XYZ14.6123.474.38-
YUV115.0473.8106.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=33.60%
G=58.89%
B=7.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149190.4300.870.4289.5477.3832.94
Hex5595132B0572A5a4d21
Octal125225235301275213211541
Binary101010110010101100111010110101011110101010110101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559513; }

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

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

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

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

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

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

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

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