Shades of Deep Fir #173925
Tints of Deep Fir #173925
RGB
CMYK
RGB Variations
Color information
#173925 (or 0x173925) is known color: Deep Fir. HEX triplet: 17, 39 and 25. RGB value is (23,57,37). Sum of RGB (Red+Green+Blue) = 23+57+37=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #173925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173925 is #E8C6DA. Grayscale: #2C2C2C. Windows color (decimal): -15255259 or 2439447. OLE color: 2439447.
HSL color Cylindrical-coordinate representation of color #173925: hue angle of 144.71º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173925 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 57 | 37 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.78 |
| HSL | 144.71º | 0.43% | 0.16% | - |
| HSV(B) | 144.71º | 0.6% | 0.22% | - |
| XYZ | 2.15 | 3.24 | 2.26 | - |
| YUV | 44.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 37 | 0.60 | 0 | 0.35 | 0.78 | 144.71 | 0.43 | 0.16 |
| Hex | 17 | 39 | 25 | 3C | 0 | 23 | 4E | 91 | 2A | 10 |
| Octal | 27 | 71 | 45 | 74 | 0 | 43 | 116 | 221 | 52 | 20 |
| Binary | 10111 | 111001 | 100101 | 111100 | 0 | 100011 | 1001110 | 10010001 | 101010 | 10000 |
Color Harmonies of #173925
Complementary color
Monochromatic Colors of #173925
Black with #173925
Text Example
Text Example
White with #173925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173925; }
p { color: rgb(23,57,37); }
H1.HeaderClassName
{
color: #173925;
}
.AnyTagClassName
{
color: #173925;
}
</style>
background-color css
<style>
a { background-color: #173925; }
a { background-color: rgb(23,57,37); }
div.DivClassName
{
background-color: #173925;
}
.BgClassName
{
background-color: #173925;
}
</style>
border-color css
<style>
span { border-color: #173925; }
span { border-color: rgb(23,57,37); }
td.TdClassName
{
border-color: #173925;
}
.TagClassName
{
border-color: #173925;
}
</style>