Shades of Deep Fir #174921
Tints of Deep Fir #174921
RGB
CMYK
RGB Variations
Color information
#174921 (or 0x174921) is known color: Deep Fir. HEX triplet: 17, 49 and 21. RGB value is (23,73,33). Sum of RGB (Red+Green+Blue) = 23+73+33=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #174921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174921 is #E8B6DE. Grayscale: #353535. Windows color (decimal): -15251167 or 2181399. OLE color: 2181399.
HSL color Cylindrical-coordinate representation of color #174921: hue angle of 132º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174921 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 73 | 33 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.71 |
| HSL | 132º | 0.52% | 0.19% | - |
| HSV(B) | 132º | 0.68% | 0.29% | - |
| XYZ | 3.01 | 5.06 | 2.26 | - |
| YUV | 53.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 33 | 0.68 | 0 | 0.55 | 0.71 | 132 | 0.52 | 0.19 |
| Hex | 17 | 49 | 21 | 44 | 0 | 37 | 47 | 84 | 34 | 13 |
| Octal | 27 | 111 | 41 | 104 | 0 | 67 | 107 | 204 | 64 | 23 |
| Binary | 10111 | 1001001 | 100001 | 1000100 | 0 | 110111 | 1000111 | 10000100 | 110100 | 10011 |
Color Harmonies of #174921
Complementary color
Monochromatic Colors of #174921
Black with #174921
Text Example
Text Example
White with #174921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174921; }
p { color: rgb(23,73,33); }
H1.HeaderClassName
{
color: #174921;
}
.AnyTagClassName
{
color: #174921;
}
</style>
background-color css
<style>
a { background-color: #174921; }
a { background-color: rgb(23,73,33); }
div.DivClassName
{
background-color: #174921;
}
.BgClassName
{
background-color: #174921;
}
</style>
border-color css
<style>
span { border-color: #174921; }
span { border-color: rgb(23,73,33); }
td.TdClassName
{
border-color: #174921;
}
.TagClassName
{
border-color: #174921;
}
</style>