#529132

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

Shades of La Palma #529132

Tints of La Palma #529132

Color information

#529132 (or 0x529132) is unknown color: approx La Palma. HEX triplet: 52, 91 and 32. RGB value is (82,145,50). Sum of RGB (Red+Green+Blue) = 82+145+50=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #529132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529132 is #AD6ECD. Grayscale: #737373. Windows color (decimal): -11366094 or 3314002. OLE color: 3314002.

HSL color Cylindrical-coordinate representation of color #529132: hue angle of 99.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529132 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB8214550-
CMYK0.4300.660.43
HSL99.79º48.72%38.24%-
HSV(B)99.79º65.52%56.86%-
XYZ14.1822.276.57-
YUV115.3391.13104.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=29.60%
G=52.35%
B=18.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145500.4300.660.4399.7948.7238.24
Hex5291322B0422B643126
Octal12222162530102531446146
Binary101001010010001110010101011010000101010111100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529132; }

 p { color: rgb(82,145,50); }

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

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

 a { background-color: rgb(82,145,50); }

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

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

 span { border-color: rgb(82,145,50); }

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