#529338

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

Shades of La Palma #529338

Tints of La Palma #529338

Color information

#529338 (or 0x529338) is unknown color: approx La Palma. HEX triplet: 52, 93 and 38. RGB value is (82,147,56). Sum of RGB (Red+Green+Blue) = 82+147+56=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #529338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529338 is #AD6CC7. Grayscale: #757575. Windows color (decimal): -11365576 or 3707730. OLE color: 3707730.

HSL color Cylindrical-coordinate representation of color #529338: hue angle of 102.86º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #529338 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB8214756-
CMYK0.4400.620.42
HSL102.86º44.83%39.8%-
HSV(B)102.86º61.9%57.65%-
XYZ14.6322.957.4-
YUV117.1993.47102.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=28.77%
G=51.58%
B=19.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147560.4400.620.42102.8644.8339.8
Hex5293382C03E2A672d28
Octal1222237054076521475550
Binary10100101001001111100010110001111101010101100111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529338; }

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

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

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

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

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

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

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

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