Html Css Color HEX #529131 La Palma

📋 copy color: '#529131'

red 82 ◦ green 145 ◦ blue 49

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

Shades of La Palma #529131

Tints of La Palma #529131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.54%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 29.71%
G = 52.54%
B = 17.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#529131 (or 0x529131) is known color: La Palma. HEX triplet: 52, 91 and 31. RGB value is (82,145,49). Sum of RGB (Red+Green+Blue) = 82+145+49=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #529131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529131 is #AD6ECE. Grayscale: #737373. Windows color (decimal): -11366095 or 3248466. OLE color: 3248466.

HSL color Cylindrical-coordinate representation of color #529131: hue angle of 99.38º 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 #529131 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 49 -
CMYK 0.43 0 0.66 0.43
HSL 99.38º 0.49% 0.38% -
HSV(B) 99.38º 0.66% 0.57% -
XYZ 14.16 22.27 6.46 -
YUV 115.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 82 145 49 0.43 0 0.66 0.43 99.38 0.49 0.38
Hex 52 91 31 2B 0 42 2B 63 31 26
Octal 122 221 61 53 0 102 53 143 61 46
Binary 1010010 10010001 110001 101011 0 1000010 101011 1100011 110001 100110

Color Harmonies of #529131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529131

Black with #529131

Text Example


Text Example

White with #529131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529131; }

 p { color: rgb(82,145,49); }

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

background-color css

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

 a { background-color: rgb(82,145,49); }

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

border-color css

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

 span { border-color: rgb(82,145,49); }

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