Shades of Deep Fir #10491E
Tints of Deep Fir #10491E
RGB
CMYK
RGB Variations
Color information
#10491E (or 0x10491E) is known color: Deep Fir. HEX triplet: 10, 49 and 1E. RGB value is (16,73,30). Sum of RGB (Red+Green+Blue) = 16+73+30=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #10491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10491E is #EFB6E1. Grayscale: #333333. Windows color (decimal): -15709922 or 1984784. OLE color: 1984784.
HSL color Cylindrical-coordinate representation of color #10491E: hue angle of 134.74º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10491E is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 30 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.71 |
| HSL | 134.74º | 0.64% | 0.17% | - |
| HSV(B) | 134.74º | 0.78% | 0.29% | - |
| XYZ | 2.83 | 4.97 | 2.04 | - |
| YUV | 51.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 30 | 0.78 | 0 | 0.59 | 0.71 | 134.74 | 0.64 | 0.17 |
| Hex | 10 | 49 | 1E | 4E | 0 | 3B | 47 | 87 | 40 | 11 |
| Octal | 20 | 111 | 36 | 116 | 0 | 73 | 107 | 207 | 100 | 21 |
| Binary | 10000 | 1001001 | 11110 | 1001110 | 0 | 111011 | 1000111 | 10000111 | 1000000 | 10001 |
Color Harmonies of #10491E
Complementary color
Monochromatic Colors of #10491E
Black with #10491E
Text Example
Text Example
White with #10491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10491E; }
p { color: rgb(16,73,30); }
H1.HeaderClassName
{
color: #10491E;
}
.AnyTagClassName
{
color: #10491E;
}
</style>
background-color css
<style>
a { background-color: #10491E; }
a { background-color: rgb(16,73,30); }
div.DivClassName
{
background-color: #10491E;
}
.BgClassName
{
background-color: #10491E;
}
</style>
border-color css
<style>
span { border-color: #10491E; }
span { border-color: rgb(16,73,30); }
td.TdClassName
{
border-color: #10491E;
}
.TagClassName
{
border-color: #10491E;
}
</style>