#529133

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

Shades of La Palma #529133

Tints of La Palma #529133

Color information

#529133 (or 0x529133) is unknown color: approx La Palma. HEX triplet: 52, 91 and 33. RGB value is (82,145,51). Sum of RGB (Red+Green+Blue) = 82+145+51=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #529133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529133 is #AD6ECC. Grayscale: #737373. Windows color (decimal): -11366093 or 3379538. OLE color: 3379538.

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

Color convert

RGB8214551-
CMYK0.4300.650.43
HSL100.21º47.96%38.43%-
HSV(B)100.21º64.83%56.86%-
XYZ14.222.286.68-
YUV115.4591.63104.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=29.50%
G=52.16%
B=18.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145510.4300.650.43100.2147.9638.43
Hex5291332B0412B643026
Octal12222163530101531446046
Binary101001010010001110011101011010000011010111100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529133; }

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

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

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

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

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

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

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

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