Shades of Deep Fir #104423
Tints of Deep Fir #104423
RGB
CMYK
RGB Variations
Color information
#104423 (or 0x104423) is known color: Deep Fir. HEX triplet: 10, 44 and 23. RGB value is (16,68,35). Sum of RGB (Red+Green+Blue) = 16+68+35=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #104423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104423 is #EFBBDC. Grayscale: #303030. Windows color (decimal): -15711197 or 2311184. OLE color: 2311184.
HSL color Cylindrical-coordinate representation of color #104423: hue angle of 141.92º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104423 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 35 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.73 |
| HSL | 141.92º | 0.62% | 0.16% | - |
| HSV(B) | 141.92º | 0.76% | 0.27% | - |
| XYZ | 2.58 | 4.37 | 2.3 | - |
| YUV | 48.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 35 | 0.76 | 0 | 0.49 | 0.73 | 141.92 | 0.62 | 0.16 |
| Hex | 10 | 44 | 23 | 4C | 0 | 31 | 49 | 8E | 3E | 10 |
| Octal | 20 | 104 | 43 | 114 | 0 | 61 | 111 | 216 | 76 | 20 |
| Binary | 10000 | 1000100 | 100011 | 1001100 | 0 | 110001 | 1001001 | 10001110 | 111110 | 10000 |
Color Harmonies of #104423
Complementary color
Monochromatic Colors of #104423
Black with #104423
Text Example
Text Example
White with #104423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104423; }
p { color: rgb(16,68,35); }
H1.HeaderClassName
{
color: #104423;
}
.AnyTagClassName
{
color: #104423;
}
</style>
background-color css
<style>
a { background-color: #104423; }
a { background-color: rgb(16,68,35); }
div.DivClassName
{
background-color: #104423;
}
.BgClassName
{
background-color: #104423;
}
</style>
border-color css
<style>
span { border-color: #104423; }
span { border-color: rgb(16,68,35); }
td.TdClassName
{
border-color: #104423;
}
.TagClassName
{
border-color: #104423;
}
</style>