Shades of Deep Fir #104021
Tints of Deep Fir #104021
RGB
CMYK
RGB Variations
Color information
#104021 (or 0x104021) is known color: Deep Fir. HEX triplet: 10, 40 and 21. RGB value is (16,64,33). Sum of RGB (Red+Green+Blue) = 16+64+33=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #104021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104021 is #EFBFDE. Grayscale: #2E2E2E. Windows color (decimal): -15712223 or 2179088. OLE color: 2179088.
HSL color Cylindrical-coordinate representation of color #104021: hue angle of 141.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104021 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 33 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.75 |
| HSL | 141.25º | 0.6% | 0.16% | - |
| HSV(B) | 141.25º | 0.75% | 0.25% | - |
| XYZ | 2.32 | 3.89 | 2.07 | - |
| YUV | 46.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 33 | 0.75 | 0 | 0.48 | 0.75 | 141.25 | 0.6 | 0.16 |
| Hex | 10 | 40 | 21 | 4B | 0 | 30 | 4B | 8D | 3C | 10 |
| Octal | 20 | 100 | 41 | 113 | 0 | 60 | 113 | 215 | 74 | 20 |
| Binary | 10000 | 1000000 | 100001 | 1001011 | 0 | 110000 | 1001011 | 10001101 | 111100 | 10000 |
Color Harmonies of #104021
Complementary color
Monochromatic Colors of #104021
Black with #104021
Text Example
Text Example
White with #104021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104021; }
p { color: rgb(16,64,33); }
H1.HeaderClassName
{
color: #104021;
}
.AnyTagClassName
{
color: #104021;
}
</style>
background-color css
<style>
a { background-color: #104021; }
a { background-color: rgb(16,64,33); }
div.DivClassName
{
background-color: #104021;
}
.BgClassName
{
background-color: #104021;
}
</style>
border-color css
<style>
span { border-color: #104021; }
span { border-color: rgb(16,64,33); }
td.TdClassName
{
border-color: #104021;
}
.TagClassName
{
border-color: #104021;
}
</style>