Shades of Deep Fir #103918
Tints of Deep Fir #103918
RGB
CMYK
RGB Variations
Color information
#103918 (or 0x103918) is known color: Deep Fir. HEX triplet: 10, 39 and 18. RGB value is (16,57,24). Sum of RGB (Red+Green+Blue) = 16+57+24=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #103918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103918 is #EFC6E7. Grayscale: #292929. Windows color (decimal): -15714024 or 1587472. OLE color: 1587472.
HSL color Cylindrical-coordinate representation of color #103918: hue angle of 131.71º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103918 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 24 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.78 |
| HSL | 131.71º | 0.56% | 0.14% | - |
| HSV(B) | 131.71º | 0.72% | 0.22% | - |
| XYZ | 1.84 | 3.1 | 1.37 | - |
| YUV | 40.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 24 | 0.72 | 0 | 0.58 | 0.78 | 131.71 | 0.56 | 0.14 |
| Hex | 10 | 39 | 18 | 48 | 0 | 3A | 4E | 84 | 38 | E |
| Octal | 20 | 71 | 30 | 110 | 0 | 72 | 116 | 204 | 70 | 16 |
| Binary | 10000 | 111001 | 11000 | 1001000 | 0 | 111010 | 1001110 | 10000100 | 111000 | 1110 |
Color Harmonies of #103918
Complementary color
Monochromatic Colors of #103918
Black with #103918
Text Example
Text Example
White with #103918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103918; }
p { color: rgb(16,57,24); }
H1.HeaderClassName
{
color: #103918;
}
.AnyTagClassName
{
color: #103918;
}
</style>
background-color css
<style>
a { background-color: #103918; }
a { background-color: rgb(16,57,24); }
div.DivClassName
{
background-color: #103918;
}
.BgClassName
{
background-color: #103918;
}
</style>
border-color css
<style>
span { border-color: #103918; }
span { border-color: rgb(16,57,24); }
td.TdClassName
{
border-color: #103918;
}
.TagClassName
{
border-color: #103918;
}
</style>