#539529

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

Shades of Limeade #539529

Tints of Limeade #539529

Color information

#539529 (or 0x539529) is unknown color: approx Limeade. HEX triplet: 53, 95 and 29. RGB value is (83,149,41). Sum of RGB (Red+Green+Blue) = 83+149+41=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #539529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539529 is #AC6AD6. Grayscale: #757575. Windows color (decimal): -11299543 or 2725203. OLE color: 2725203.

HSL color Cylindrical-coordinate representation of color #539529: hue angle of 96.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #539529 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB8314941-
CMYK0.4400.720.42
HSL96.67º56.84%37.25%-
HSV(B)96.67º72.48%58.43%-
XYZ14.7123.495.86-
YUV116.9585.13103.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=30.40%
G=54.58%
B=15.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149410.4400.720.4296.6756.8437.25
Hex5395292C0482A613925
Octal12322551540110521417145
Binary101001110010101101001101100010010001010101100001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539529; }

 p { color: rgb(83,149,41); }

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

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

 a { background-color: rgb(83,149,41); }

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

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

 span { border-color: rgb(83,149,41); }

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