#3CA42A

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

Shades of La Palma #3CA42A

Tints of La Palma #3CA42A

Color information

#3CA42A (or 0x3CA42A) is unknown color: approx La Palma. HEX triplet: 3C, A4 and 2A. RGB value is (60,164,42). Sum of RGB (Red+Green+Blue) = 60+164+42=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 164 (64.45% from 255 or 61.65% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA42A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA42A is #C35BD5. Grayscale: #777777. Windows color (decimal): -12803030 or 2794556. OLE color: 2794556.

HSL color Cylindrical-coordinate representation of color #3CA42A: hue angle of 111.15º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CA42A is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB6016442-
CMYK0.6300.740.36
HSL111.15º59.22%40.39%-
HSV(B)111.15º74.39%64.31%-
XYZ15.5627.686.71-
YUV11984.5485.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 164 (64.45% from 255) = 61.65%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=22.56%
G=61.65%
B=15.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60164420.6300.740.36111.1559.2240.39
Hex3CA42A3F04A246f3b28
Octal7424452770112441577350
Binary11110010100100101010111111010010101001001101111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,164,42); }

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

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

 a { background-color: rgb(60,164,42); }

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

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

 span { border-color: rgb(60,164,42); }

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