Shades of Deep Fir #174524
Tints of Deep Fir #174524
RGB
CMYK
RGB Variations
Color information
#174524 (or 0x174524) is known color: Deep Fir. HEX triplet: 17, 45 and 24. RGB value is (23,69,36). Sum of RGB (Red+Green+Blue) = 23+69+36=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #174524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174524 is #E8BADB. Grayscale: #333333. Windows color (decimal): -15252188 or 2376983. OLE color: 2376983.
HSL color Cylindrical-coordinate representation of color #174524: hue angle of 136.96º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174524 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 36 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.73 |
| HSL | 136.96º | 0.5% | 0.18% | - |
| HSV(B) | 136.96º | 0.67% | 0.27% | - |
| XYZ | 2.8 | 4.57 | 2.4 | - |
| YUV | 51.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 36 | 0.67 | 0 | 0.48 | 0.73 | 136.96 | 0.5 | 0.18 |
| Hex | 17 | 45 | 24 | 43 | 0 | 30 | 49 | 89 | 32 | 12 |
| Octal | 27 | 105 | 44 | 103 | 0 | 60 | 111 | 211 | 62 | 22 |
| Binary | 10111 | 1000101 | 100100 | 1000011 | 0 | 110000 | 1001001 | 10001001 | 110010 | 10010 |
Color Harmonies of #174524
Complementary color
Monochromatic Colors of #174524
Black with #174524
Text Example
Text Example
White with #174524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174524; }
p { color: rgb(23,69,36); }
H1.HeaderClassName
{
color: #174524;
}
.AnyTagClassName
{
color: #174524;
}
</style>
background-color css
<style>
a { background-color: #174524; }
a { background-color: rgb(23,69,36); }
div.DivClassName
{
background-color: #174524;
}
.BgClassName
{
background-color: #174524;
}
</style>
border-color css
<style>
span { border-color: #174524; }
span { border-color: rgb(23,69,36); }
td.TdClassName
{
border-color: #174524;
}
.TagClassName
{
border-color: #174524;
}
</style>