Shades of Deep Fir #174322
Tints of Deep Fir #174322
RGB
CMYK
RGB Variations
Color information
#174322 (or 0x174322) is known color: Deep Fir. HEX triplet: 17, 43 and 22. RGB value is (23,67,34). Sum of RGB (Red+Green+Blue) = 23+67+34=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #174322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174322 is #E8BCDD. Grayscale: #323232. Windows color (decimal): -15252702 or 2245399. OLE color: 2245399.
HSL color Cylindrical-coordinate representation of color #174322: hue angle of 135º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174322 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 34 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.74 |
| HSL | 135º | 0.49% | 0.18% | - |
| HSV(B) | 135º | 0.66% | 0.26% | - |
| XYZ | 2.65 | 4.31 | 2.21 | - |
| YUV | 50.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 34 | 0.66 | 0 | 0.49 | 0.74 | 135 | 0.49 | 0.18 |
| Hex | 17 | 43 | 22 | 42 | 0 | 31 | 4A | 87 | 31 | 12 |
| Octal | 27 | 103 | 42 | 102 | 0 | 61 | 112 | 207 | 61 | 22 |
| Binary | 10111 | 1000011 | 100010 | 1000010 | 0 | 110001 | 1001010 | 10000111 | 110001 | 10010 |
Color Harmonies of #174322
Complementary color
Monochromatic Colors of #174322
Black with #174322
Text Example
Text Example
White with #174322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174322; }
p { color: rgb(23,67,34); }
H1.HeaderClassName
{
color: #174322;
}
.AnyTagClassName
{
color: #174322;
}
</style>
background-color css
<style>
a { background-color: #174322; }
a { background-color: rgb(23,67,34); }
div.DivClassName
{
background-color: #174322;
}
.BgClassName
{
background-color: #174322;
}
</style>
border-color css
<style>
span { border-color: #174322; }
span { border-color: rgb(23,67,34); }
td.TdClassName
{
border-color: #174322;
}
.TagClassName
{
border-color: #174322;
}
</style>