#529733

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

Shades of La Palma #529733

Tints of La Palma #529733

Color information

#529733 (or 0x529733) is unknown color: approx La Palma. HEX triplet: 52, 97 and 33. RGB value is (82,151,51). Sum of RGB (Red+Green+Blue) = 82+151+51=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #529733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529733 is #AD68CC. Grayscale: #777777. Windows color (decimal): -11364557 or 3381074. OLE color: 3381074.

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

Color convert

RGB8215151-
CMYK0.4600.660.41
HSL101.4º49.5%39.61%-
HSV(B)101.4º66.23%59.22%-
XYZ15.1424.177-
YUV118.9789.64101.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=28.87%
G=53.17%
B=17.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82151510.4600.660.41101.449.539.61
Hex5297332E04229653228
Octal12222763560102511456250
Binary101001010010111110011101110010000101010011100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529733; }

 p { color: rgb(82,151,51); }

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

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

 a { background-color: rgb(82,151,51); }

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

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

 span { border-color: rgb(82,151,51); }

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