#35A221

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

Shades of La Palma #35A221

Tints of La Palma #35A221

Color information

#35A221 (or 0x35A221) is unknown color: approx La Palma. HEX triplet: 35, A2 and 21. RGB value is (53,162,33). Sum of RGB (Red+Green+Blue) = 53+162+33=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 162 (63.67% from 255 or 65.32% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 162 - color contains mainly: green. Hex color #35A221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A221 is #CA5DDE. Grayscale: #737373. Windows color (decimal): -13262303 or 2204213. OLE color: 2204213.

HSL color Cylindrical-coordinate representation of color #35A221: hue angle of 110.7º 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 #35A221 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB5316233-
CMYK0.6700.800.36
HSL110.7º66.15%38.24%-
HSV(B)110.7º79.63%63.53%-
XYZ14.6626.715.82-
YUV114.781.8983.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 162 (63.67% from 255) = 65.32%
BLUE value IS 33 (13.28% from 255) = 13.31%
R=21.37%
G=65.32%
B=13.31%

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
Decimal53162330.6700.800.36110.766.1538.24
Hex35A22143050246f4226
Octal652424110301204415710246
Binary1101011010001010000110000110101000010010011011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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