#559436

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

Shades of Limeade #559436

Tints of Limeade #559436

Color information

#559436 (or 0x559436) is unknown color: approx Limeade. HEX triplet: 55, 94 and 36. RGB value is (85,148,54). Sum of RGB (Red+Green+Blue) = 85+148+54=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #559436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559436 is #AA6BC9. Grayscale: #767676. Windows color (decimal): -11168714 or 3576917. OLE color: 3576917.

HSL color Cylindrical-coordinate representation of color #559436: hue angle of 100.21º 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 #559436 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB8514854-
CMYK0.4300.640.42
HSL100.21º46.53%39.61%-
HSV(B)100.21º63.51%58.04%-
XYZ1523.387.21-
YUV118.4591.63104.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=29.62%
G=51.57%
B=18.82%

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
Decimal85148540.4300.640.42100.2146.5339.61
Hex5594362B0402A642f28
Octal12522466530100521445750
Binary101010110010100110110101011010000001010101100100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559436; }

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

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

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

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

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

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

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

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