#3CA02A

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

Shades of La Palma #3CA02A

Tints of La Palma #3CA02A

Color information

#3CA02A (or 0x3CA02A) is unknown color: approx La Palma. HEX triplet: 3C, A0 and 2A. RGB value is (60,160,42). Sum of RGB (Red+Green+Blue) = 60+160+42=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA02A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA02A is #C35FD5. Grayscale: #757575. Windows color (decimal): -12804054 or 2793532. OLE color: 2793532.

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

Color convert

RGB6016042-
CMYK0.6200.740.37
HSL110.85º58.42%39.61%-
HSV(B)110.85º73.75%62.75%-
XYZ14.8526.276.48-
YUV116.6585.8787.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 160 (62.89% from 255) = 61.07%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=22.90%
G=61.07%
B=16.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal60160420.6200.740.37110.8558.4239.61
Hex3CA02A3E04A256f3a28
Octal7424052760112451577250
Binary11110010100000101010111110010010101001011101111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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