#559628

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

Shades of Limeade #559628

Tints of Limeade #559628

Color information

#559628 (or 0x559628) is unknown color: approx Limeade. HEX triplet: 55, 96 and 28. RGB value is (85,150,40). Sum of RGB (Red+Green+Blue) = 85+150+40=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #559628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559628 is #AA69D7. Grayscale: #767676. Windows color (decimal): -11168216 or 2659925. OLE color: 2659925.

HSL color Cylindrical-coordinate representation of color #559628: hue angle of 95.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #559628 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB8515040-
CMYK0.4300.730.41
HSL95.45º57.89%37.25%-
HSV(B)95.45º73.33%58.82%-
XYZ15.0423.95.83-
YUV118.0283.97104.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=30.91%
G=54.55%
B=14.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150400.4300.730.4195.4557.8937.25
Hex5596282B049295f3a25
Octal12522650530111511377245
Binary101010110010110101000101011010010011010011011111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559628; }

 p { color: rgb(85,150,40); }

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

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

 a { background-color: rgb(85,150,40); }

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

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

 span { border-color: rgb(85,150,40); }

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