Html Css Color HEX #529032 La Palma

📋 copy color: '#529032'

red 82 ◦ green 144 ◦ blue 50

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

Shades of La Palma #529032

Tints of La Palma #529032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 29.71%
G = 52.17%
B = 18.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#529032 (or 0x529032) is known color: La Palma. HEX triplet: 52, 90 and 32. RGB value is (82,144,50). Sum of RGB (Red+Green+Blue) = 82+144+50=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #529032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529032 is #AD6FCD. Grayscale: #737373. Windows color (decimal): -11366350 or 3313746. OLE color: 3313746.

HSL color Cylindrical-coordinate representation of color #529032: hue angle of 99.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529032 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 50 -
CMYK 0.43 0 0.65 0.44
HSL 99.57º 0.48% 0.38% -
HSV(B) 99.57º 0.65% 0.56% -
XYZ 14.03 21.97 6.52 -
YUV 114.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 82 144 50 0.43 0 0.65 0.44 99.57 0.48 0.38
Hex 52 90 32 2B 0 41 2C 64 30 26
Octal 122 220 62 53 0 101 54 144 60 46
Binary 1010010 10010000 110010 101011 0 1000001 101100 1100100 110000 100110

Color Harmonies of #529032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529032

Black with #529032

Text Example


Text Example

White with #529032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529032; }

 p { color: rgb(82,144,50); }

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

background-color css

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

 a { background-color: rgb(82,144,50); }

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

border-color css

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

 span { border-color: rgb(82,144,50); }

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