#529033

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

Shades of La Palma #529033

Tints of La Palma #529033

Color information

#529033 (or 0x529033) is unknown color: approx La Palma. HEX triplet: 52, 90 and 33. RGB value is (82,144,51). Sum of RGB (Red+Green+Blue) = 82+144+51=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #529033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529033 is #AD6FCC. Grayscale: #737373. Windows color (decimal): -11366349 or 3379282. OLE color: 3379282.

HSL color Cylindrical-coordinate representation of color #529033: hue angle of 100º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529033 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB8214451-
CMYK0.4300.650.44
HSL100º47.69%38.24%-
HSV(B)100º64.58%56.47%-
XYZ14.0521.986.63-
YUV114.8691.96104.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=29.60%
G=51.99%
B=18.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144510.4300.650.4410047.6938.24
Hex5290332B0412C643026
Octal12222063530101541446046
Binary101001010010000110011101011010000011011001100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529033; }

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

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

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

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

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

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

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

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