#3C9512

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

Shades of La Palma #3C9512

Tints of La Palma #3C9512

Color information

#3C9512 (or 0x3C9512) is unknown color: approx La Palma. HEX triplet: 3C, 95 and 12. RGB value is (60,149,18). Sum of RGB (Red+Green+Blue) = 60+149+18=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9512 is #C36AED. Grayscale: #6B6B6B. Windows color (decimal): -12806894 or 1217852. OLE color: 1217852.

HSL color Cylindrical-coordinate representation of color #3C9512: hue angle of 100.76º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C9512 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB6014918-
CMYK0.6000.880.42
HSL100.76º78.44%32.75%-
HSV(B)100.76º87.92%58.43%-
XYZ12.7222.54.24-
YUV107.4677.5194.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 149 (58.59% from 255) = 65.64%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=26.43%
G=65.64%
B=7.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149180.6000.880.42100.7678.4432.75
Hex3C95123C0582A654e21
Octal74225227401305214511641
Binary11110010010101100101111000101100010101011001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,149,18); }

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

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

 a { background-color: rgb(60,149,18); }

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

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

 span { border-color: rgb(60,149,18); }

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