Shades of Deep Fir #174125
Tints of Deep Fir #174125
RGB
CMYK
RGB Variations
Color information
#174125 (or 0x174125) is known color: Deep Fir. HEX triplet: 17, 41 and 25. RGB value is (23,65,37). Sum of RGB (Red+Green+Blue) = 23+65+37=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #174125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174125 is #E8BEDA. Grayscale: #313131. Windows color (decimal): -15253211 or 2441495. OLE color: 2441495.
HSL color Cylindrical-coordinate representation of color #174125: hue angle of 140º 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 #174125 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 37 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.75 |
| HSL | 140º | 0.48% | 0.17% | - |
| HSV(B) | 140º | 0.65% | 0.25% | - |
| XYZ | 2.58 | 4.1 | 2.41 | - |
| YUV | 49.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 37 | 0.65 | 0 | 0.43 | 0.75 | 140 | 0.48 | 0.17 |
| Hex | 17 | 41 | 25 | 41 | 0 | 2B | 4B | 8C | 30 | 11 |
| Octal | 27 | 101 | 45 | 101 | 0 | 53 | 113 | 214 | 60 | 21 |
| Binary | 10111 | 1000001 | 100101 | 1000001 | 0 | 101011 | 1001011 | 10001100 | 110000 | 10001 |
Color Harmonies of #174125
Complementary color
Monochromatic Colors of #174125
Black with #174125
Text Example
Text Example
White with #174125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174125; }
p { color: rgb(23,65,37); }
H1.HeaderClassName
{
color: #174125;
}
.AnyTagClassName
{
color: #174125;
}
</style>
background-color css
<style>
a { background-color: #174125; }
a { background-color: rgb(23,65,37); }
div.DivClassName
{
background-color: #174125;
}
.BgClassName
{
background-color: #174125;
}
</style>
border-color css
<style>
span { border-color: #174125; }
span { border-color: rgb(23,65,37); }
td.TdClassName
{
border-color: #174125;
}
.TagClassName
{
border-color: #174125;
}
</style>