Shades of Deep Fir #174925
Tints of Deep Fir #174925
RGB
CMYK
RGB Variations
Color information
#174925 (or 0x174925) is known color: Deep Fir. HEX triplet: 17, 49 and 25. RGB value is (23,73,37). Sum of RGB (Red+Green+Blue) = 23+73+37=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #174925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174925 is #E8B6DA. Grayscale: #363636. Windows color (decimal): -15251163 or 2443543. OLE color: 2443543.
HSL color Cylindrical-coordinate representation of color #174925: hue angle of 136.8º 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 #174925 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 73 | 37 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.71 |
| HSL | 136.8º | 0.52% | 0.19% | - |
| HSV(B) | 136.8º | 0.68% | 0.29% | - |
| XYZ | 3.07 | 5.08 | 2.57 | - |
| YUV | 53.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 37 | 0.68 | 0 | 0.49 | 0.71 | 136.8 | 0.52 | 0.19 |
| Hex | 17 | 49 | 25 | 44 | 0 | 31 | 47 | 89 | 34 | 13 |
| Octal | 27 | 111 | 45 | 104 | 0 | 61 | 107 | 211 | 64 | 23 |
| Binary | 10111 | 1001001 | 100101 | 1000100 | 0 | 110001 | 1000111 | 10001001 | 110100 | 10011 |
Color Harmonies of #174925
Complementary color
Monochromatic Colors of #174925
Black with #174925
Text Example
Text Example
White with #174925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174925; }
p { color: rgb(23,73,37); }
H1.HeaderClassName
{
color: #174925;
}
.AnyTagClassName
{
color: #174925;
}
</style>
background-color css
<style>
a { background-color: #174925; }
a { background-color: rgb(23,73,37); }
div.DivClassName
{
background-color: #174925;
}
.BgClassName
{
background-color: #174925;
}
</style>
border-color css
<style>
span { border-color: #174925; }
span { border-color: rgb(23,73,37); }
td.TdClassName
{
border-color: #174925;
}
.TagClassName
{
border-color: #174925;
}
</style>