Shades of Deep Fir #174226
Tints of Deep Fir #174226
RGB
CMYK
RGB Variations
Color information
#174226 (or 0x174226) is known color: Deep Fir. HEX triplet: 17, 42 and 26. RGB value is (23,66,38). Sum of RGB (Red+Green+Blue) = 23+66+38=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #174226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174226 is #E8BDD9. Grayscale: #323232. Windows color (decimal): -15252954 or 2507287. OLE color: 2507287.
HSL color Cylindrical-coordinate representation of color #174226: hue angle of 140.93º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174226 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 38 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.74 |
| HSL | 140.93º | 0.48% | 0.17% | - |
| HSV(B) | 140.93º | 0.65% | 0.26% | - |
| XYZ | 2.65 | 4.22 | 2.51 | - |
| YUV | 49.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 38 | 0.65 | 0 | 0.42 | 0.74 | 140.93 | 0.48 | 0.17 |
| Hex | 17 | 42 | 26 | 41 | 0 | 2A | 4A | 8D | 30 | 11 |
| Octal | 27 | 102 | 46 | 101 | 0 | 52 | 112 | 215 | 60 | 21 |
| Binary | 10111 | 1000010 | 100110 | 1000001 | 0 | 101010 | 1001010 | 10001101 | 110000 | 10001 |
Color Harmonies of #174226
Complementary color
Monochromatic Colors of #174226
Black with #174226
Text Example
Text Example
White with #174226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174226; }
p { color: rgb(23,66,38); }
H1.HeaderClassName
{
color: #174226;
}
.AnyTagClassName
{
color: #174226;
}
</style>
background-color css
<style>
a { background-color: #174226; }
a { background-color: rgb(23,66,38); }
div.DivClassName
{
background-color: #174226;
}
.BgClassName
{
background-color: #174226;
}
</style>
border-color css
<style>
span { border-color: #174226; }
span { border-color: rgb(23,66,38); }
td.TdClassName
{
border-color: #174226;
}
.TagClassName
{
border-color: #174226;
}
</style>