#559334

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

Shades of Limeade #559334

Tints of Limeade #559334

Color information

#559334 (or 0x559334) is unknown color: approx Limeade. HEX triplet: 55, 93 and 34. RGB value is (85,147,52). Sum of RGB (Red+Green+Blue) = 85+147+52=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #559334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559334 is #AA6CCB. Grayscale: #757575. Windows color (decimal): -11168972 or 3445589. OLE color: 3445589.

HSL color Cylindrical-coordinate representation of color #559334: hue angle of 99.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559334 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB8514752-
CMYK0.4200.650.42
HSL99.16º47.74%39.02%-
HSV(B)99.16º64.63%57.65%-
XYZ14.823.056.92-
YUV117.6390.96104.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=29.93%
G=51.76%
B=18.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147520.4200.650.4299.1647.7439.02
Hex5593342A0412A633027
Octal12522364520101521436047
Binary101010110010011110100101010010000011010101100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559334; }

 p { color: rgb(85,147,52); }

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

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

 a { background-color: rgb(85,147,52); }

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

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

 span { border-color: rgb(85,147,52); }

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