#3C960F

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

Shades of La Palma #3C960F

Tints of La Palma #3C960F

Color information

#3C960F (or 0x3C960F) is unknown color: approx La Palma. HEX triplet: 3C, 96 and 0F. RGB value is (60,150,15). Sum of RGB (Red+Green+Blue) = 60+150+15=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 150 (58.98% from 255 or 66.67% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 150 - color contains mainly: green. Hex color #3C960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C960F is #C369F0. Grayscale: #6C6C6C. Windows color (decimal): -12806641 or 1021500. OLE color: 1021500.

HSL color Cylindrical-coordinate representation of color #3C960F: hue angle of 100º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C960F is Cyan = 0.6, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB6015015-
CMYK0.600.90.41
HSL100º81.82%32.35%-
HSV(B)100º90%58.82%-
XYZ12.8622.814.18-
YUV107.775.6893.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 150 (58.98% from 255) = 66.67%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=26.67%
G=66.67%
B=6.67%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60150150.600.90.4110081.8232.35
Hex3C96F3C05A29645220
Octal74226177401325114412240
Binary1111001001011011111111000101101010100111001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,150,15); }

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

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

 a { background-color: rgb(60,150,15); }

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

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

 span { border-color: rgb(60,150,15); }

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