Shades of Deep Fir #174123
Tints of Deep Fir #174123
RGB
CMYK
RGB Variations
Color information
#174123 (or 0x174123) is known color: Deep Fir. HEX triplet: 17, 41 and 23. RGB value is (23,65,35). Sum of RGB (Red+Green+Blue) = 23+65+35=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #174123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174123 is #E8BEDC. Grayscale: #313131. Windows color (decimal): -15253213 or 2310423. OLE color: 2310423.
HSL color Cylindrical-coordinate representation of color #174123: hue angle of 137.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174123 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 35 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.75 |
| HSL | 137.14º | 0.48% | 0.17% | - |
| HSV(B) | 137.14º | 0.65% | 0.25% | - |
| XYZ | 2.55 | 4.08 | 2.24 | - |
| YUV | 49.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 35 | 0.65 | 0 | 0.46 | 0.75 | 137.14 | 0.48 | 0.17 |
| Hex | 17 | 41 | 23 | 41 | 0 | 2E | 4B | 89 | 30 | 11 |
| Octal | 27 | 101 | 43 | 101 | 0 | 56 | 113 | 211 | 60 | 21 |
| Binary | 10111 | 1000001 | 100011 | 1000001 | 0 | 101110 | 1001011 | 10001001 | 110000 | 10001 |
Color Harmonies of #174123
Complementary color
Monochromatic Colors of #174123
Black with #174123
Text Example
Text Example
White with #174123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174123; }
p { color: rgb(23,65,35); }
H1.HeaderClassName
{
color: #174123;
}
.AnyTagClassName
{
color: #174123;
}
</style>
background-color css
<style>
a { background-color: #174123; }
a { background-color: rgb(23,65,35); }
div.DivClassName
{
background-color: #174123;
}
.BgClassName
{
background-color: #174123;
}
</style>
border-color css
<style>
span { border-color: #174123; }
span { border-color: rgb(23,65,35); }
td.TdClassName
{
border-color: #174123;
}
.TagClassName
{
border-color: #174123;
}
</style>