#529638

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

Shades of La Palma #529638

Tints of La Palma #529638

Color information

#529638 (or 0x529638) is unknown color: approx La Palma. HEX triplet: 52, 96 and 38. RGB value is (82,150,56). Sum of RGB (Red+Green+Blue) = 82+150+56=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #529638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529638 is #AD69C7. Grayscale: #777777. Windows color (decimal): -11364808 or 3708498. OLE color: 3708498.

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

Color convert

RGB8215056-
CMYK0.4500.630.41
HSL103.4º45.63%40.39%-
HSV(B)103.4º62.67%58.82%-
XYZ15.123.897.56-
YUV118.9592.47101.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 56 (22.27% from 255) = 19.44%
R=28.47%
G=52.08%
B=19.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150560.4500.630.41103.445.6340.39
Hex5296382D03F29672e28
Octal1222267055077511475650
Binary10100101001011011100010110101111111010011100111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529638; }

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

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

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

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

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

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

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

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