#3C9214

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

Shades of La Palma #3C9214

Tints of La Palma #3C9214

Color information

#3C9214 (or 0x3C9214) is unknown color: approx La Palma. HEX triplet: 3C, 92 and 14. RGB value is (60,146,20). Sum of RGB (Red+Green+Blue) = 60+146+20=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9214 is #C36DEB. Grayscale: #6A6A6A. Windows color (decimal): -12807660 or 1348156. OLE color: 1348156.

HSL color Cylindrical-coordinate representation of color #3C9214: hue angle of 100.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C9214 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB6014620-
CMYK0.5900.860.43
HSL100.95º75.9%32.55%-
HSV(B)100.95º86.3%57.25%-
XYZ12.2721.574.18-
YUV105.9279.5195.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.55%
GREEN value IS 146 (57.42% from 255) = 64.60%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=26.55%
G=64.60%
B=8.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60146200.5900.860.43100.9575.932.55
Hex3C92143B0562B654c21
Octal74222247301265314511441
Binary11110010010010101001110110101011010101111001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,146,20); }

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

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

 a { background-color: rgb(60,146,20); }

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

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

 span { border-color: rgb(60,146,20); }

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