Shades of Deep Fir #174C22
Tints of Deep Fir #174C22
RGB
CMYK
RGB Variations
Color information
#174C22 (or 0x174C22) is known color: Deep Fir. HEX triplet: 17, 4C and 22. RGB value is (23,76,34). Sum of RGB (Red+Green+Blue) = 23+76+34=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #174C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C22 is #E8B3DD. Grayscale: #373737. Windows color (decimal): -15250398 or 2247703. OLE color: 2247703.
HSL color Cylindrical-coordinate representation of color #174C22: hue angle of 132.45º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C22 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 34 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.70 |
| HSL | 132.45º | 0.54% | 0.19% | - |
| HSV(B) | 132.45º | 0.7% | 0.3% | - |
| XYZ | 3.23 | 5.47 | 2.4 | - |
| YUV | 55.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 34 | 0.70 | 0 | 0.55 | 0.70 | 132.45 | 0.54 | 0.19 |
| Hex | 17 | 4C | 22 | 46 | 0 | 37 | 46 | 84 | 36 | 13 |
| Octal | 27 | 114 | 42 | 106 | 0 | 67 | 106 | 204 | 66 | 23 |
| Binary | 10111 | 1001100 | 100010 | 1000110 | 0 | 110111 | 1000110 | 10000100 | 110110 | 10011 |
Color Harmonies of #174C22
Complementary color
Monochromatic Colors of #174C22
Black with #174C22
Text Example
Text Example
White with #174C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C22; }
p { color: rgb(23,76,34); }
H1.HeaderClassName
{
color: #174C22;
}
.AnyTagClassName
{
color: #174C22;
}
</style>
background-color css
<style>
a { background-color: #174C22; }
a { background-color: rgb(23,76,34); }
div.DivClassName
{
background-color: #174C22;
}
.BgClassName
{
background-color: #174C22;
}
</style>
border-color css
<style>
span { border-color: #174C22; }
span { border-color: rgb(23,76,34); }
td.TdClassName
{
border-color: #174C22;
}
.TagClassName
{
border-color: #174C22;
}
</style>