#104D1D

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

Shades of Deep Fir #104D1D

Tints of Deep Fir #104D1D

Color information

#104D1D (or 0x104D1D) is unknown color: approx Deep Fir. HEX triplet: 10, 4D and 1D. RGB value is (16,77,29). Sum of RGB (Red+Green+Blue) = 16+77+29=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #104D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D1D is #EFB2E2. Grayscale: #353535. Windows color (decimal): -15708899 or 1920272. OLE color: 1920272.

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

Color convert

RGB167729-
CMYK0.7900.620.70
HSL132.79º65.59%18.24%-
HSV(B)132.79º79.22%30.2%-
XYZ3.095.512.06-
YUV53.29114.29101.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.11%
GREEN value IS 77 (30.47% from 255) = 63.11%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=13.11%
G=63.11%
B=23.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677290.7900.620.70132.7965.5918.24
Hex104D1D4F03E46854212
Octal201153511707610620510222
Binary1000010011011110110011110111110100011010000101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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