#539B32

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

Shades of Limeade #539B32

Tints of Limeade #539B32

Color information

#539B32 (or 0x539B32) is unknown color: approx Limeade. HEX triplet: 53, 9B and 32. RGB value is (83,155,50). Sum of RGB (Red+Green+Blue) = 83+155+50=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #539B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539B32 is #AC64CD. Grayscale: #797979. Windows color (decimal): -11297998 or 3316563. OLE color: 3316563.

HSL color Cylindrical-coordinate representation of color #539B32: hue angle of 101.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #539B32 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB8315550-
CMYK0.4600.680.39
HSL101.14º51.22%40.2%-
HSV(B)101.14º67.74%60.78%-
XYZ15.8625.517.11-
YUV121.587.65100.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 155 (60.94% from 255) = 53.82%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=28.82%
G=53.82%
B=17.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83155500.4600.680.39101.1451.2240.2
Hex539B322E04427653328
Octal12323362560104471456350
Binary101001110011011110010101110010001001001111100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539B32; }

 p { color: rgb(83,155,50); }

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

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

 a { background-color: rgb(83,155,50); }

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

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

 span { border-color: rgb(83,155,50); }

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