#529039

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

Shades of La Palma #529039

Tints of La Palma #529039

Color information

#529039 (or 0x529039) is unknown color: approx La Palma. HEX triplet: 52, 90 and 39. RGB value is (82,144,57). Sum of RGB (Red+Green+Blue) = 82+144+57=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #529039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529039 is #AD6FC6. Grayscale: #737373. Windows color (decimal): -11366343 or 3772498. OLE color: 3772498.

HSL color Cylindrical-coordinate representation of color #529039: hue angle of 102.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529039 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB8214457-
CMYK0.4300.600.44
HSL102.76º43.28%39.41%-
HSV(B)102.76º60.42%56.47%-
XYZ14.1922.047.38-
YUV115.5494.96104.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 144 (56.64% from 255) = 50.88%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=28.98%
G=50.88%
B=20.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144570.4300.600.44102.7643.2839.41
Hex5290392B03C2C672b27
Octal1222207153074541475347
Binary10100101001000011100110101101111001011001100111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529039; }

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

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

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

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

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

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

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

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