Shades of Deep Fir #104324
Tints of Deep Fir #104324
RGB
CMYK
RGB Variations
Color information
#104324 (or 0x104324) is known color: Deep Fir. HEX triplet: 10, 43 and 24. RGB value is (16,67,36). Sum of RGB (Red+Green+Blue) = 16+67+36=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #104324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104324 is #EFBCDB. Grayscale: #303030. Windows color (decimal): -15711452 or 2376464. OLE color: 2376464.
HSL color Cylindrical-coordinate representation of color #104324: hue angle of 143.53º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104324 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 36 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.74 |
| HSL | 143.53º | 0.61% | 0.16% | - |
| HSV(B) | 143.53º | 0.76% | 0.26% | - |
| XYZ | 2.54 | 4.25 | 2.36 | - |
| YUV | 48.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 36 | 0.76 | 0 | 0.46 | 0.74 | 143.53 | 0.61 | 0.16 |
| Hex | 10 | 43 | 24 | 4C | 0 | 2E | 4A | 90 | 3D | 10 |
| Octal | 20 | 103 | 44 | 114 | 0 | 56 | 112 | 220 | 75 | 20 |
| Binary | 10000 | 1000011 | 100100 | 1001100 | 0 | 101110 | 1001010 | 10010000 | 111101 | 10000 |
Color Harmonies of #104324
Complementary color
Monochromatic Colors of #104324
Black with #104324
Text Example
Text Example
White with #104324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104324; }
p { color: rgb(16,67,36); }
H1.HeaderClassName
{
color: #104324;
}
.AnyTagClassName
{
color: #104324;
}
</style>
background-color css
<style>
a { background-color: #104324; }
a { background-color: rgb(16,67,36); }
div.DivClassName
{
background-color: #104324;
}
.BgClassName
{
background-color: #104324;
}
</style>
border-color css
<style>
span { border-color: #104324; }
span { border-color: rgb(16,67,36); }
td.TdClassName
{
border-color: #104324;
}
.TagClassName
{
border-color: #104324;
}
</style>