Shades of Deep Fir #104C1B
Tints of Deep Fir #104C1B
RGB
CMYK
RGB Variations
Color information
#104C1B (or 0x104C1B) is known color: Deep Fir. HEX triplet: 10, 4C and 1B. RGB value is (16,76,27). Sum of RGB (Red+Green+Blue) = 16+76+27=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #104C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C1B is #EFB3E4. Grayscale: #343434. Windows color (decimal): -15709157 or 1788944. OLE color: 1788944.
HSL color Cylindrical-coordinate representation of color #104C1B: hue angle of 131º degrees, saturation: 0.65, 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 #104C1B is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 27 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.70 |
| HSL | 131º | 0.65% | 0.18% | - |
| HSV(B) | 131º | 0.79% | 0.3% | - |
| XYZ | 3 | 5.36 | 1.91 | - |
| YUV | 52.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 27 | 0.79 | 0 | 0.64 | 0.70 | 131 | 0.65 | 0.18 |
| Hex | 10 | 4C | 1B | 4F | 0 | 40 | 46 | 83 | 41 | 12 |
| Octal | 20 | 114 | 33 | 117 | 0 | 100 | 106 | 203 | 101 | 22 |
| Binary | 10000 | 1001100 | 11011 | 1001111 | 0 | 1000000 | 1000110 | 10000011 | 1000001 | 10010 |
Color Harmonies of #104C1B
Complementary color
Monochromatic Colors of #104C1B
Black with #104C1B
Text Example
Text Example
White with #104C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C1B; }
p { color: rgb(16,76,27); }
H1.HeaderClassName
{
color: #104C1B;
}
.AnyTagClassName
{
color: #104C1B;
}
</style>
background-color css
<style>
a { background-color: #104C1B; }
a { background-color: rgb(16,76,27); }
div.DivClassName
{
background-color: #104C1B;
}
.BgClassName
{
background-color: #104C1B;
}
</style>
border-color css
<style>
span { border-color: #104C1B; }
span { border-color: rgb(16,76,27); }
td.TdClassName
{
border-color: #104C1B;
}
.TagClassName
{
border-color: #104C1B;
}
</style>