#529329

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

Shades of Limeade #529329

Tints of Limeade #529329

Color information

#529329 (or 0x529329) is unknown color: approx Limeade. HEX triplet: 52, 93 and 29. RGB value is (82,147,41). Sum of RGB (Red+Green+Blue) = 82+147+41=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #529329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529329 is #AD6CD6. Grayscale: #737373. Windows color (decimal): -11365591 or 2724690. OLE color: 2724690.

HSL color Cylindrical-coordinate representation of color #529329: hue angle of 96.79º degrees, saturation: 0.56, 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 #529329 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB8214741-
CMYK0.4400.720.42
HSL96.79º56.38%36.86%-
HSV(B)96.79º72.11%57.65%-
XYZ14.3122.825.75-
YUV115.4885.97104.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=30.37%
G=54.44%
B=15.19%

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
Decimal82147410.4400.720.4296.7956.3836.86
Hex5293292C0482A613825
Octal12222351540110521417045
Binary101001010010011101001101100010010001010101100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529329; }

 p { color: rgb(82,147,41); }

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

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

 a { background-color: rgb(82,147,41); }

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

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

 span { border-color: rgb(82,147,41); }

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