#529535

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

Shades of La Palma #529535

Tints of La Palma #529535

Color information

#529535 (or 0x529535) is unknown color: approx La Palma. HEX triplet: 52, 95 and 35. RGB value is (82,149,53). Sum of RGB (Red+Green+Blue) = 82+149+53=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #529535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529535 is #AD6ACA. Grayscale: #767676. Windows color (decimal): -11365067 or 3511634. OLE color: 3511634.

HSL color Cylindrical-coordinate representation of color #529535: hue angle of 101.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #529535 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB8214953-
CMYK0.4500.640.42
HSL101.88º47.52%39.61%-
HSV(B)101.88º64.43%58.43%-
XYZ14.8723.557.13-
YUV118.0291.3102.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=28.87%
G=52.46%
B=18.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149530.4500.640.42101.8847.5239.61
Hex5295352D0402A663028
Octal12222565550100521466050
Binary101001010010101110101101101010000001010101100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529535; }

 p { color: rgb(82,149,53); }

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

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

 a { background-color: rgb(82,149,53); }

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

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

 span { border-color: rgb(82,149,53); }

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