Shades of Deep Fir #123717
Tints of Deep Fir #123717
RGB
CMYK
RGB Variations
Color information
#123717 (or 0x123717) is known color: Deep Fir. HEX triplet: 12, 37 and 17. RGB value is (18,55,23). Sum of RGB (Red+Green+Blue) = 18+55+23=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #123717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123717 is #EDC8E8. Grayscale: #282828. Windows color (decimal): -15583465 or 1521426. OLE color: 1521426.
HSL color Cylindrical-coordinate representation of color #123717: hue angle of 128.11º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123717 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 23 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.78 |
| HSL | 128.11º | 0.51% | 0.14% | - |
| HSV(B) | 128.11º | 0.67% | 0.22% | - |
| XYZ | 1.77 | 2.92 | 1.28 | - |
| YUV | 40.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 23 | 0.67 | 0 | 0.58 | 0.78 | 128.11 | 0.51 | 0.14 |
| Hex | 12 | 37 | 17 | 43 | 0 | 3A | 4E | 80 | 33 | E |
| Octal | 22 | 67 | 27 | 103 | 0 | 72 | 116 | 200 | 63 | 16 |
| Binary | 10010 | 110111 | 10111 | 1000011 | 0 | 111010 | 1001110 | 10000000 | 110011 | 1110 |
Color Harmonies of #123717
Complementary color
Monochromatic Colors of #123717
Black with #123717
Text Example
Text Example
White with #123717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123717; }
p { color: rgb(18,55,23); }
H1.HeaderClassName
{
color: #123717;
}
.AnyTagClassName
{
color: #123717;
}
</style>
background-color css
<style>
a { background-color: #123717; }
a { background-color: rgb(18,55,23); }
div.DivClassName
{
background-color: #123717;
}
.BgClassName
{
background-color: #123717;
}
</style>
border-color css
<style>
span { border-color: #123717; }
span { border-color: rgb(18,55,23); }
td.TdClassName
{
border-color: #123717;
}
.TagClassName
{
border-color: #123717;
}
</style>