#529A39

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

Shades of La Palma #529A39

Tints of La Palma #529A39

Color information

#529A39 (or 0x529A39) is unknown color: approx La Palma. HEX triplet: 52, 9A and 39. RGB value is (82,154,57). Sum of RGB (Red+Green+Blue) = 82+154+57=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #529A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A39 is #AD65C6. Grayscale: #797979. Windows color (decimal): -11363783 or 3775058. OLE color: 3775058.

HSL color Cylindrical-coordinate representation of color #529A39: hue angle of 104.54º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529A39 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB8215457-
CMYK0.4700.630.40
HSL104.54º45.97%41.37%-
HSV(B)104.54º62.99%60.39%-
XYZ15.7725.27.9-
YUV121.4191.6599.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 154 (60.55% from 255) = 52.56%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=27.99%
G=52.56%
B=19.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82154570.4700.630.40104.5445.9741.37
Hex529A392F03F28692e29
Octal1222327157077501515651
Binary10100101001101011100110111101111111010001101001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,154,57); }

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

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

 a { background-color: rgb(82,154,57); }

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

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

 span { border-color: rgb(82,154,57); }

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