#35A016

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

Shades of La Palma #35A016

Tints of La Palma #35A016

Color information

#35A016 (or 0x35A016) is unknown color: approx La Palma. HEX triplet: 35, A0 and 16. RGB value is (53,160,22). Sum of RGB (Red+Green+Blue) = 53+160+22=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #35A016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A016 is #CA5FE9. Grayscale: #707070. Windows color (decimal): -13262826 or 1482805. OLE color: 1482805.

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

Color convert

RGB5316022-
CMYK0.6700.860.37
HSL106.52º75.82%35.69%-
HSV(B)106.52º86.25%62.75%-
XYZ14.1825.965.02-
YUV112.2777.0585.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 160 (62.89% from 255) = 68.09%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=22.55%
G=68.09%
B=9.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53160220.6700.860.37106.5275.8235.69
Hex35A01643056256b4c24
Octal652402610301264515311444
Binary110101101000001011010000110101011010010111010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,160,22); }

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

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

 a { background-color: rgb(53,160,22); }

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

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

 span { border-color: rgb(53,160,22); }

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