Shades of Deep Fir #174C23
Tints of Deep Fir #174C23
RGB
CMYK
RGB Variations
Color information
#174C23 (or 0x174C23) is known color: Deep Fir. HEX triplet: 17, 4C and 23. RGB value is (23,76,35). Sum of RGB (Red+Green+Blue) = 23+76+35=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #174C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C23 is #E8B3DC. Grayscale: #373737. Windows color (decimal): -15250397 or 2313239. OLE color: 2313239.
HSL color Cylindrical-coordinate representation of color #174C23: hue angle of 133.58º 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 #174C23 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 35 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.70 |
| HSL | 133.58º | 0.54% | 0.19% | - |
| HSV(B) | 133.58º | 0.7% | 0.3% | - |
| XYZ | 3.24 | 5.47 | 2.48 | - |
| YUV | 55.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 35 | 0.70 | 0 | 0.54 | 0.70 | 133.58 | 0.54 | 0.19 |
| Hex | 17 | 4C | 23 | 46 | 0 | 36 | 46 | 86 | 36 | 13 |
| Octal | 27 | 114 | 43 | 106 | 0 | 66 | 106 | 206 | 66 | 23 |
| Binary | 10111 | 1001100 | 100011 | 1000110 | 0 | 110110 | 1000110 | 10000110 | 110110 | 10011 |
Color Harmonies of #174C23
Complementary color
Monochromatic Colors of #174C23
Black with #174C23
Text Example
Text Example
White with #174C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C23; }
p { color: rgb(23,76,35); }
H1.HeaderClassName
{
color: #174C23;
}
.AnyTagClassName
{
color: #174C23;
}
</style>
background-color css
<style>
a { background-color: #174C23; }
a { background-color: rgb(23,76,35); }
div.DivClassName
{
background-color: #174C23;
}
.BgClassName
{
background-color: #174C23;
}
</style>
border-color css
<style>
span { border-color: #174C23; }
span { border-color: rgb(23,76,35); }
td.TdClassName
{
border-color: #174C23;
}
.TagClassName
{
border-color: #174C23;
}
</style>