#529938

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

Shades of La Palma #529938

Tints of La Palma #529938

Color information

#529938 (or 0x529938) is unknown color: approx La Palma. HEX triplet: 52, 99 and 38. RGB value is (82,153,56). Sum of RGB (Red+Green+Blue) = 82+153+56=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #529938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529938 is #AD66C7. Grayscale: #797979. Windows color (decimal): -11364040 or 3709266. OLE color: 3709266.

HSL color Cylindrical-coordinate representation of color #529938: hue angle of 103.92º 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 #529938 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB8215356-
CMYK0.4600.630.4
HSL103.92º46.41%40.98%-
HSV(B)103.92º63.4%60%-
XYZ15.5824.867.72-
YUV120.7191.48100.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=28.18%
G=52.58%
B=19.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153560.4600.630.4103.9246.4140.98
Hex5299382E03F28682e29
Octal1222317056077501505651
Binary10100101001100111100010111001111111010001101000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529938; }

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

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

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

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

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

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

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

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