#529D3C

Color #529D3C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #529D3C

Tints of La Palma #529D3C

Color information

#529D3C (or 0x529D3C) is unknown color: approx La Palma. HEX triplet: 52, 9D and 3C. RGB value is (82,157,60). Sum of RGB (Red+Green+Blue) = 82+157+60=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #529D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D3C is #AD62C3. Grayscale: #7B7B7B. Windows color (decimal): -11363012 or 3972434. OLE color: 3972434.

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

Color convert

RGB8215760-
CMYK0.4800.620.38
HSL106.39º44.7%42.55%-
HSV(B)106.39º61.78%61.57%-
XYZ16.3526.238.48-
YUV123.5292.1598.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 157 (61.72% from 255) = 52.51%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=27.42%
G=52.51%
B=20.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157600.4800.620.38106.3944.742.55
Hex529D3C3003E266a2d2b
Octal1222357460076461525553
Binary10100101001110111110011000001111101001101101010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529D3C; }

 p { color: rgb(82,157,60); }

 H1.HeaderClassName
 {
   color: #529D3C;
 }
 .AnyTagClassName
 {
   color: #529D3C;
 }
</style>
background-color css

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

 a { background-color: rgb(82,157,60); }

 div.DivClassName
 {
   background-color: #529D3C;
 }
 .BgClassName
 {
   background-color: #529D3C;
 }
</style>
border-color css

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

 span { border-color: rgb(82,157,60); }

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