Html Css Color HEX #529329 Limeade

📋 copy color: '#529329'

red 82 ◦ green 147 ◦ blue 41

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

Shades of Limeade #529329

Tints of Limeade #529329

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 value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#529329 (or 0x529329) is known color: 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

RGB 82 147 41 -
CMYK 0.44 0 0.72 0.42
HSL 96.79º 0.56% 0.37% -
HSV(B) 96.79º 0.72% 0.58% -
XYZ 14.31 22.82 5.75 -
YUV 115.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 82 147 41 0.44 0 0.72 0.42 96.79 0.56 0.37
Hex 52 93 29 2C 0 48 2A 61 38 25
Octal 122 223 51 54 0 110 52 141 70 45
Binary 1010010 10010011 101001 101100 0 1001000 101010 1100001 111000 100101

Color Harmonies of #529329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529329

Black with #529329

Text Example


Text Example

White with #529329

Text Example


Text Example

HTML Codes & Css Web 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>