#529936

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

Shades of La Palma #529936

Tints of La Palma #529936

Color information

#529936 (or 0x529936) is unknown color: approx La Palma. HEX triplet: 52, 99 and 36. RGB value is (82,153,54). Sum of RGB (Red+Green+Blue) = 82+153+54=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #529936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529936 is #AD66C9. Grayscale: #787878. Windows color (decimal): -11364042 or 3578194. OLE color: 3578194.

HSL color Cylindrical-coordinate representation of color #529936: hue angle of 103.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529936 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB8215354-
CMYK0.4600.650.4
HSL103.03º47.83%40.59%-
HSV(B)103.03º64.71%60%-
XYZ15.5424.847.47-
YUV120.4890.48100.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=28.37%
G=52.94%
B=18.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153540.4600.650.4103.0347.8340.59
Hex5299362E04128673029
Octal12223166560101501476051
Binary101001010011001110110101110010000011010001100111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529936; }

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

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

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

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

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

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

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

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