#529321

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

Shades of Limeade #529321

Tints of Limeade #529321

Color information

#529321 (or 0x529321) is unknown color: approx Limeade. HEX triplet: 52, 93 and 21. RGB value is (82,147,33). Sum of RGB (Red+Green+Blue) = 82+147+33=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #529321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529321 is #AD6CDE. Grayscale: #727272. Windows color (decimal): -11365599 or 2200402. OLE color: 2200402.

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

Color convert

RGB8214733-
CMYK0.4400.780.42
HSL94.21º63.33%35.29%-
HSV(B)94.21º77.55%57.65%-
XYZ14.1922.775.09-
YUV114.5781.97104.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 147 (57.81% from 255) = 56.11%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=31.30%
G=56.11%
B=12.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147330.4400.780.4294.2163.3335.29
Hex5293212C04E2A5e3f23
Octal12222341540116521367743
Binary101001010010011100001101100010011101010101011110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529321; }

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

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

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

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

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

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

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

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