#35A31A

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

Shades of La Palma #35A31A

Tints of La Palma #35A31A

Color information

#35A31A (or 0x35A31A) is unknown color: approx La Palma. HEX triplet: 35, A3 and 1A. RGB value is (53,163,26). Sum of RGB (Red+Green+Blue) = 53+163+26=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #35A31A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A31A is #CA5CE5. Grayscale: #727272. Windows color (decimal): -13262054 or 1745717. OLE color: 1745717.

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

Color convert

RGB5316326-
CMYK0.6700.840.36
HSL108.18º72.49%37.06%-
HSV(B)108.18º84.05%63.92%-
XYZ14.7527.035.42-
YUV114.4978.0684.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 163 (64.06% from 255) = 67.36%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=21.90%
G=67.36%
B=10.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163260.6700.840.36108.1872.4937.06
Hex35A31A43054246c4825
Octal652433210301244415411045
Binary110101101000111101010000110101010010010011011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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