#3C9412

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

Shades of La Palma #3C9412

Tints of La Palma #3C9412

Color information

#3C9412 (or 0x3C9412) is unknown color: approx La Palma. HEX triplet: 3C, 94 and 12. RGB value is (60,148,18). Sum of RGB (Red+Green+Blue) = 60+148+18=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #3C9412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9412 is #C36BED. Grayscale: #6B6B6B. Windows color (decimal): -12807150 or 1217596. OLE color: 1217596.

HSL color Cylindrical-coordinate representation of color #3C9412: hue angle of 100.62º 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 #3C9412 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB6014818-
CMYK0.5900.880.42
HSL100.62º78.31%32.55%-
HSV(B)100.62º87.84%58.04%-
XYZ12.5622.184.19-
YUV106.8777.8594.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 148 (58.20% from 255) = 65.49%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=26.55%
G=65.49%
B=7.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60148180.5900.880.42100.6278.3132.55
Hex3C94123B0582A654e21
Octal74224227301305214511641
Binary11110010010100100101110110101100010101011001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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