Html Css Color HEX #529322 Limeade

📋 copy color: '#529322'

red 82 ◦ green 147 ◦ blue 34

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

Shades of Limeade #529322

Tints of Limeade #529322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 31.18%
G = 55.89%
B = 12.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#529322 (or 0x529322) is known color: Limeade. HEX triplet: 52, 93 and 22. RGB value is (82,147,34). Sum of RGB (Red+Green+Blue) = 82+147+34=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #529322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529322 is #AD6CDD. Grayscale: #737373. Windows color (decimal): -11365598 or 2265938. OLE color: 2265938.

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

Color convert

RGB 82 147 34 -
CMYK 0.44 0 0.77 0.42
HSL 94.51º 0.62% 0.35% -
HSV(B) 94.51º 0.77% 0.58% -
XYZ 14.2 22.78 5.16 -
YUV 114.68 82.47 104.69 -
System Red Green Blue C M Y K H S L
Decimal 82 147 34 0.44 0 0.77 0.42 94.51 0.62 0.35
Hex 52 93 22 2C 0 4D 2A 5F 3E 23
Octal 122 223 42 54 0 115 52 137 76 43
Binary 1010010 10010011 100010 101100 0 1001101 101010 1011111 111110 100011

Color Harmonies of #529322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529322

Black with #529322

Text Example


Text Example

White with #529322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529322; }

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

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

background-color css

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

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

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

border-color css

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

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

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