Shades of Deep Fir #173422
Tints of Deep Fir #173422
RGB
CMYK
RGB Variations
Color information
#173422 (or 0x173422) is known color: Deep Fir. HEX triplet: 17, 34 and 22. RGB value is (23,52,34). Sum of RGB (Red+Green+Blue) = 23+52+34=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #173422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173422 is #E8CBDD. Grayscale: #292929. Windows color (decimal): -15256542 or 2241559. OLE color: 2241559.
HSL color Cylindrical-coordinate representation of color #173422: hue angle of 142.76º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173422 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 52 | 34 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.80 |
| HSL | 142.76º | 0.39% | 0.15% | - |
| HSV(B) | 142.76º | 0.56% | 0.2% | - |
| XYZ | 1.87 | 2.75 | 1.95 | - |
| YUV | 41.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 34 | 0.56 | 0 | 0.35 | 0.80 | 142.76 | 0.39 | 0.15 |
| Hex | 17 | 34 | 22 | 38 | 0 | 23 | 50 | 8F | 27 | F |
| Octal | 27 | 64 | 42 | 70 | 0 | 43 | 120 | 217 | 47 | 17 |
| Binary | 10111 | 110100 | 100010 | 111000 | 0 | 100011 | 1010000 | 10001111 | 100111 | 1111 |
Color Harmonies of #173422
Complementary color
Monochromatic Colors of #173422
Black with #173422
Text Example
Text Example
White with #173422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173422; }
p { color: rgb(23,52,34); }
H1.HeaderClassName
{
color: #173422;
}
.AnyTagClassName
{
color: #173422;
}
</style>
background-color css
<style>
a { background-color: #173422; }
a { background-color: rgb(23,52,34); }
div.DivClassName
{
background-color: #173422;
}
.BgClassName
{
background-color: #173422;
}
</style>
border-color css
<style>
span { border-color: #173422; }
span { border-color: rgb(23,52,34); }
td.TdClassName
{
border-color: #173422;
}
.TagClassName
{
border-color: #173422;
}
</style>