#3CA035

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

Shades of La Palma #3CA035

Tints of La Palma #3CA035

Color information

#3CA035 (or 0x3CA035) is unknown color: approx La Palma. HEX triplet: 3C, A0 and 35. RGB value is (60,160,53). Sum of RGB (Red+Green+Blue) = 60+160+53=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA035 is #C35FCA. Grayscale: #767676. Windows color (decimal): -12804043 or 3514428. OLE color: 3514428.

HSL color Cylindrical-coordinate representation of color #3CA035: hue angle of 116.07º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CA035 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB6016053-
CMYK0.6200.670.37
HSL116.07º50.23%41.76%-
HSV(B)116.07º66.87%62.75%-
XYZ15.0826.367.66-
YUV117.991.3786.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 160 (62.89% from 255) = 58.61%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=21.98%
G=58.61%
B=19.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60160530.6200.670.37116.0750.2341.76
Hex3CA0353E0432574322a
Octal7424065760103451646252
Binary11110010100000110101111110010000111001011110100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA035; }

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

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

<style>
 a { background-color: #3CA035; }

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

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

<style>
 span { border-color: #3CA035; }

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

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