#104E1C

Color #104E1C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #104E1C

Tints of Deep Fir #104E1C

Color information

#104E1C (or 0x104E1C) is unknown color: approx Deep Fir. HEX triplet: 10, 4E and 1C. RGB value is (16,78,28). Sum of RGB (Red+Green+Blue) = 16+78+28=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #104E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E1C is #EFB1E3. Grayscale: #353535. Windows color (decimal): -15708644 or 1854992. OLE color: 1854992.

HSL color Cylindrical-coordinate representation of color #104E1C: hue angle of 131.61º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E1C is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB167828-
CMYK0.7900.640.69
HSL131.61º65.96%18.43%-
HSV(B)131.61º79.49%30.59%-
XYZ3.155.642.02-
YUV53.76113.46101.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 78 (30.86% from 255) = 63.93%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=13.11%
G=63.93%
B=22.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678280.7900.640.69131.6165.9618.43
Hex104E1C4F04045844212
Octal2011634117010010520410222
Binary10000100111011100100111101000000100010110000100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104E1C; }

 p { color: rgb(16,78,28); }

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

<style>
 a { background-color: #104E1C; }

 a { background-color: rgb(16,78,28); }

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

<style>
 span { border-color: #104E1C; }

 span { border-color: rgb(16,78,28); }

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