#104E1D

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

Shades of Deep Fir #104E1D

Tints of Deep Fir #104E1D

Color information

#104E1D (or 0x104E1D) is unknown color: approx Deep Fir. HEX triplet: 10, 4E and 1D. RGB value is (16,78,29). Sum of RGB (Red+Green+Blue) = 16+78+29=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #104E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E1D is #EFB1E2. Grayscale: #363636. Windows color (decimal): -15708643 or 1920528. OLE color: 1920528.

HSL color Cylindrical-coordinate representation of color #104E1D: hue angle of 132.58º 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 #104E1D is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB167829-
CMYK0.7900.630.69
HSL132.58º65.96%18.43%-
HSV(B)132.58º79.49%30.59%-
XYZ3.165.652.09-
YUV53.88113.96100.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 78 (30.86% from 255) = 63.41%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=13.01%
G=63.41%
B=23.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678290.7900.630.69132.5865.9618.43
Hex104E1D4F03F45854212
Octal201163511707710520510222
Binary1000010011101110110011110111111100010110000101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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