Shades of Deep Fir #174022
Tints of Deep Fir #174022
RGB
CMYK
RGB Variations
Color information
#174022 (or 0x174022) is known color: Deep Fir. HEX triplet: 17, 40 and 22. RGB value is (23,64,34). Sum of RGB (Red+Green+Blue) = 23+64+34=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #174022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174022 is #E8BFDD. Grayscale: #303030. Windows color (decimal): -15253470 or 2244631. OLE color: 2244631.
HSL color Cylindrical-coordinate representation of color #174022: hue angle of 136.1º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #174022 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 34 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.75 |
| HSL | 136.1º | 0.47% | 0.17% | - |
| HSV(B) | 136.1º | 0.64% | 0.25% | - |
| XYZ | 2.48 | 3.96 | 2.15 | - |
| YUV | 48.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 34 | 0.64 | 0 | 0.47 | 0.75 | 136.1 | 0.47 | 0.17 |
| Hex | 17 | 40 | 22 | 40 | 0 | 2F | 4B | 88 | 2F | 11 |
| Octal | 27 | 100 | 42 | 100 | 0 | 57 | 113 | 210 | 57 | 21 |
| Binary | 10111 | 1000000 | 100010 | 1000000 | 0 | 101111 | 1001011 | 10001000 | 101111 | 10001 |
Color Harmonies of #174022
Complementary color
Monochromatic Colors of #174022
Black with #174022
Text Example
Text Example
White with #174022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174022; }
p { color: rgb(23,64,34); }
H1.HeaderClassName
{
color: #174022;
}
.AnyTagClassName
{
color: #174022;
}
</style>
background-color css
<style>
a { background-color: #174022; }
a { background-color: rgb(23,64,34); }
div.DivClassName
{
background-color: #174022;
}
.BgClassName
{
background-color: #174022;
}
</style>
border-color css
<style>
span { border-color: #174022; }
span { border-color: rgb(23,64,34); }
td.TdClassName
{
border-color: #174022;
}
.TagClassName
{
border-color: #174022;
}
</style>