Html Css Color HEX #529532 La Palma

📋 copy color: '#529532'

red 82 ◦ green 149 ◦ blue 50

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

Shades of La Palma #529532

Tints of La Palma #529532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

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

R = 29.18%
G = 53.02%
B = 17.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#529532 (or 0x529532) is known color: La Palma. HEX triplet: 52, 95 and 32. RGB value is (82,149,50). Sum of RGB (Red+Green+Blue) = 82+149+50=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #529532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529532 is #AD6ACD. Grayscale: #767676. Windows color (decimal): -11365070 or 3315026. OLE color: 3315026.

HSL color Cylindrical-coordinate representation of color #529532: hue angle of 100.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529532 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 50 -
CMYK 0.45 0 0.66 0.42
HSL 100.61º 0.5% 0.39% -
HSV(B) 100.61º 0.66% 0.58% -
XYZ 14.8 23.52 6.78 -
YUV 117.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 82 149 50 0.45 0 0.66 0.42 100.61 0.5 0.39
Hex 52 95 32 2D 0 42 2A 65 32 27
Octal 122 225 62 55 0 102 52 145 62 47
Binary 1010010 10010101 110010 101101 0 1000010 101010 1100101 110010 100111

Color Harmonies of #529532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529532

Black with #529532

Text Example


Text Example

White with #529532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529532; }

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

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

background-color css

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

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

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

border-color css

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

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

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