#35A321

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

Shades of La Palma #35A321

Tints of La Palma #35A321

Color information

#35A321 (or 0x35A321) is unknown color: approx La Palma. HEX triplet: 35, A3 and 21. RGB value is (53,163,33). Sum of RGB (Red+Green+Blue) = 53+163+33=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 163 (64.06% from 255 or 65.46% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 163 - color contains mainly: green. Hex color #35A321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A321 is #CA5CDE. Grayscale: #737373. Windows color (decimal): -13262047 or 2204469. OLE color: 2204469.

HSL color Cylindrical-coordinate representation of color #35A321: hue angle of 110.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35A321 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB5316333-
CMYK0.6700.800.36
HSL110.77º66.33%38.43%-
HSV(B)110.77º79.75%63.92%-
XYZ14.8427.065.88-
YUV115.2981.5683.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 163 (64.06% from 255) = 65.46%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=21.29%
G=65.46%
B=13.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53163330.6700.800.36110.7766.3338.43
Hex35A32143050246f4226
Octal652434110301204415710246
Binary1101011010001110000110000110101000010010011011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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