#35A320

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

Shades of La Palma #35A320

Tints of La Palma #35A320

Color information

#35A320 (or 0x35A320) is unknown color: approx La Palma. HEX triplet: 35, A3 and 20. RGB value is (53,163,32). Sum of RGB (Red+Green+Blue) = 53+163+32=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #35A320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A320 is #CA5CDF. Grayscale: #737373. Windows color (decimal): -13262048 or 2138933. OLE color: 2138933.

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

Color convert

RGB5316332-
CMYK0.6700.800.36
HSL110.38º67.18%38.24%-
HSV(B)110.38º80.37%63.92%-
XYZ14.8327.065.81-
YUV115.1881.0683.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 163 (64.06% from 255) = 65.73%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=21.37%
G=65.73%
B=12.90%

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
Decimal53163320.6700.800.36110.3867.1838.24
Hex35A32043050246e4326
Octal652434010301204415610346
Binary1101011010001110000010000110101000010010011011101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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