Html Css Color HEX #529320 Limeade

📋 copy color: '#529320'

red 82 ◦ green 147 ◦ blue 32

#529320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #529320

Tints of Limeade #529320

RGB

 RED value IS 82 (32.42% from 255) = 31.42%

 GREEN value IS 147 (57.81% from 255) = 56.32%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 31.42%
G = 56.32%
B = 12.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#529320 (or 0x529320) is known color: Limeade. HEX triplet: 52, 93 and 20. RGB value is (82,147,32). Sum of RGB (Red+Green+Blue) = 82+147+32=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #529320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529320 is #AD6CDF. Grayscale: #727272. Windows color (decimal): -11365600 or 2134866. OLE color: 2134866.

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

Color convert

RGB 82 147 32 -
CMYK 0.44 0 0.78 0.42
HSL 93.91º 0.64% 0.35% -
HSV(B) 93.91º 0.78% 0.58% -
XYZ 14.17 22.77 5.01 -
YUV 114.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 82 147 32 0.44 0 0.78 0.42 93.91 0.64 0.35
Hex 52 93 20 2C 0 4E 2A 5E 40 23
Octal 122 223 40 54 0 116 52 136 100 43
Binary 1010010 10010011 100000 101100 0 1001110 101010 1011110 1000000 100011

Color Harmonies of #529320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529320

Black with #529320

Text Example


Text Example

White with #529320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529320; }

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

 H1.HeaderClassName
 {
   color: #529320;
 }
 .AnyTagClassName
 {
   color: #529320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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