Html Css Color HEX #529136 La Palma

📋 copy color: '#529136'

red 82 ◦ green 145 ◦ blue 54

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

Shades of La Palma #529136

Tints of La Palma #529136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 29.18%
G = 51.6%
B = 19.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#529136 (or 0x529136) is known color: La Palma. HEX triplet: 52, 91 and 36. RGB value is (82,145,54). Sum of RGB (Red+Green+Blue) = 82+145+54=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #529136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529136 is #AD6EC9. Grayscale: #747474. Windows color (decimal): -11366090 or 3576146. OLE color: 3576146.

HSL color Cylindrical-coordinate representation of color #529136: hue angle of 101.54º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529136 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 54 -
CMYK 0.43 0 0.63 0.43
HSL 101.54º 0.46% 0.39% -
HSV(B) 101.54º 0.63% 0.57% -
XYZ 14.27 22.31 7.04 -
YUV 115.79 93.13 103.9 -
System Red Green Blue C M Y K H S L
Decimal 82 145 54 0.43 0 0.63 0.43 101.54 0.46 0.39
Hex 52 91 36 2B 0 3F 2B 66 2E 27
Octal 122 221 66 53 0 77 53 146 56 47
Binary 1010010 10010001 110110 101011 0 111111 101011 1100110 101110 100111

Color Harmonies of #529136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529136

Black with #529136

Text Example


Text Example

White with #529136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529136; }

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

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

background-color css

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

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

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

border-color css

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

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

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