#35A329

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

Shades of La Palma #35A329

Tints of La Palma #35A329

Color information

#35A329 (or 0x35A329) is unknown color: approx La Palma. HEX triplet: 35, A3 and 29. RGB value is (53,163,41). Sum of RGB (Red+Green+Blue) = 53+163+41=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #35A329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A329 is #CA5CD6. Grayscale: #747474. Windows color (decimal): -13262039 or 2728757. OLE color: 2728757.

HSL color Cylindrical-coordinate representation of color #35A329: hue angle of 114.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35A329 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB5316341-
CMYK0.6700.750.36
HSL114.1º59.8%40%-
HSV(B)114.1º74.85%63.92%-
XYZ14.9727.116.54-
YUV116.285.5682.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 163 (64.06% from 255) = 63.42%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=20.62%
G=63.42%
B=15.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163410.6700.750.36114.159.840
Hex35A3294304B24723c28
Octal65243511030113441627450
Binary110101101000111010011000011010010111001001110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A329; }

 p { color: rgb(53,163,41); }

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

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

 a { background-color: rgb(53,163,41); }

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

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

 span { border-color: rgb(53,163,41); }

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