#529835

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

Shades of La Palma #529835

Tints of La Palma #529835

Color information

#529835 (or 0x529835) is unknown color: approx La Palma. HEX triplet: 52, 98 and 35. RGB value is (82,152,53). Sum of RGB (Red+Green+Blue) = 82+152+53=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #529835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529835 is #AD67CA. Grayscale: #787878. Windows color (decimal): -11364299 or 3512402. OLE color: 3512402.

HSL color Cylindrical-coordinate representation of color #529835: hue angle of 102.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529835 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB8215253-
CMYK0.4600.650.40
HSL102.42º48.29%40.2%-
HSV(B)102.42º65.13%59.61%-
XYZ15.3524.517.29-
YUV119.7890.31101.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=28.57%
G=52.96%
B=18.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152530.4600.650.40102.4248.2940.2
Hex5298352E04128663028
Octal12223065560101501466050
Binary101001010011000110101101110010000011010001100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529835; }

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

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

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

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

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

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

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

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