Shades of Deep Fir #174725
Tints of Deep Fir #174725
RGB
CMYK
RGB Variations
Color information
#174725 (or 0x174725) is known color: Deep Fir. HEX triplet: 17, 47 and 25. RGB value is (23,71,37). Sum of RGB (Red+Green+Blue) = 23+71+37=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #174725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174725 is #E8B8DA. Grayscale: #343434. Windows color (decimal): -15251675 or 2443031. OLE color: 2443031.
HSL color Cylindrical-coordinate representation of color #174725: hue angle of 137.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174725 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 71 | 37 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.72 |
| HSL | 137.5º | 0.51% | 0.18% | - |
| HSV(B) | 137.5º | 0.68% | 0.28% | - |
| XYZ | 2.94 | 4.82 | 2.53 | - |
| YUV | 52.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 71 | 37 | 0.68 | 0 | 0.48 | 0.72 | 137.5 | 0.51 | 0.18 |
| Hex | 17 | 47 | 25 | 44 | 0 | 30 | 48 | 8A | 33 | 12 |
| Octal | 27 | 107 | 45 | 104 | 0 | 60 | 110 | 212 | 63 | 22 |
| Binary | 10111 | 1000111 | 100101 | 1000100 | 0 | 110000 | 1001000 | 10001010 | 110011 | 10010 |
Color Harmonies of #174725
Complementary color
Monochromatic Colors of #174725
Black with #174725
Text Example
Text Example
White with #174725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174725; }
p { color: rgb(23,71,37); }
H1.HeaderClassName
{
color: #174725;
}
.AnyTagClassName
{
color: #174725;
}
</style>
background-color css
<style>
a { background-color: #174725; }
a { background-color: rgb(23,71,37); }
div.DivClassName
{
background-color: #174725;
}
.BgClassName
{
background-color: #174725;
}
</style>
border-color css
<style>
span { border-color: #174725; }
span { border-color: rgb(23,71,37); }
td.TdClassName
{
border-color: #174725;
}
.TagClassName
{
border-color: #174725;
}
</style>