#599B2D

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

Shades of Limeade #599B2D

Tints of Limeade #599B2D

Color information

#599B2D (or 0x599B2D) is unknown color: approx Limeade. HEX triplet: 59, 9B and 2D. RGB value is (89,155,45). Sum of RGB (Red+Green+Blue) = 89+155+45=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #599B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599B2D is #A664D2. Grayscale: #7B7B7B. Windows color (decimal): -10904787 or 2988889. OLE color: 2988889.

HSL color Cylindrical-coordinate representation of color #599B2D: hue angle of 96º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #599B2D is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB8915545-
CMYK0.4300.710.39
HSL96º55%39.22%-
HSV(B)96º70.97%60.78%-
XYZ16.3125.766.59-
YUV122.7384.13103.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 155 (60.94% from 255) = 53.63%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=30.80%
G=53.63%
B=15.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89155450.4300.710.39965539.22
Hex599B2D2B04727603727
Octal13123355530107471406747
Binary101100110011011101101101011010001111001111100000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599B2D; }

 p { color: rgb(89,155,45); }

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

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

 a { background-color: rgb(89,155,45); }

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

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

 span { border-color: rgb(89,155,45); }

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