Shades of Deep Fir #174C21
Tints of Deep Fir #174C21
RGB
CMYK
RGB Variations
Color information
#174C21 (or 0x174C21) is known color: Deep Fir. HEX triplet: 17, 4C and 21. RGB value is (23,76,33). Sum of RGB (Red+Green+Blue) = 23+76+33=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #174C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C21 is #E8B3DE. Grayscale: #373737. Windows color (decimal): -15250399 or 2182167. OLE color: 2182167.
HSL color Cylindrical-coordinate representation of color #174C21: hue angle of 131.32º 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 #174C21 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 33 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.70 |
| HSL | 131.32º | 0.54% | 0.19% | - |
| HSV(B) | 131.32º | 0.7% | 0.3% | - |
| XYZ | 3.21 | 5.46 | 2.32 | - |
| YUV | 55.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 33 | 0.70 | 0 | 0.57 | 0.70 | 131.32 | 0.54 | 0.19 |
| Hex | 17 | 4C | 21 | 46 | 0 | 39 | 46 | 83 | 36 | 13 |
| Octal | 27 | 114 | 41 | 106 | 0 | 71 | 106 | 203 | 66 | 23 |
| Binary | 10111 | 1001100 | 100001 | 1000110 | 0 | 111001 | 1000110 | 10000011 | 110110 | 10011 |
Color Harmonies of #174C21
Complementary color
Monochromatic Colors of #174C21
Black with #174C21
Text Example
Text Example
White with #174C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C21; }
p { color: rgb(23,76,33); }
H1.HeaderClassName
{
color: #174C21;
}
.AnyTagClassName
{
color: #174C21;
}
</style>
background-color css
<style>
a { background-color: #174C21; }
a { background-color: rgb(23,76,33); }
div.DivClassName
{
background-color: #174C21;
}
.BgClassName
{
background-color: #174C21;
}
</style>
border-color css
<style>
span { border-color: #174C21; }
span { border-color: rgb(23,76,33); }
td.TdClassName
{
border-color: #174C21;
}
.TagClassName
{
border-color: #174C21;
}
</style>