Html Css Color HEX #529232 La Palma

📋 copy color: '#529232'

red 82 ◦ green 146 ◦ blue 50

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

Shades of La Palma #529232

Tints of La Palma #529232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

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

R = 29.5%
G = 52.52%
B = 17.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#529232 (or 0x529232) is known color: La Palma. HEX triplet: 52, 92 and 32. RGB value is (82,146,50). Sum of RGB (Red+Green+Blue) = 82+146+50=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #529232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529232 is #AD6DCD. Grayscale: #747474. Windows color (decimal): -11365838 or 3314258. OLE color: 3314258.

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

Color convert

RGB 82 146 50 -
CMYK 0.44 0 0.66 0.43
HSL 100º 0.49% 0.38% -
HSV(B) 100º 0.66% 0.57% -
XYZ 14.33 22.58 6.62 -
YUV 115.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 82 146 50 0.44 0 0.66 0.43 100 0.49 0.38
Hex 52 92 32 2C 0 42 2B 64 31 26
Octal 122 222 62 54 0 102 53 144 61 46
Binary 1010010 10010010 110010 101100 0 1000010 101011 1100100 110001 100110

Color Harmonies of #529232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529232

Black with #529232

Text Example


Text Example

White with #529232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529232; }

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

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

background-color css

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

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

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

border-color css

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

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

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