Shades of Deep Fir #174423
Tints of Deep Fir #174423
RGB
CMYK
RGB Variations
Color information
#174423 (or 0x174423) is known color: Deep Fir. HEX triplet: 17, 44 and 23. RGB value is (23,68,35). Sum of RGB (Red+Green+Blue) = 23+68+35=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #174423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174423 is #E8BBDC. Grayscale: #323232. Windows color (decimal): -15252445 or 2311191. OLE color: 2311191.
HSL color Cylindrical-coordinate representation of color #174423: hue angle of 136º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174423 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 68 | 35 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.73 |
| HSL | 136º | 0.49% | 0.18% | - |
| HSV(B) | 136º | 0.66% | 0.27% | - |
| XYZ | 2.72 | 4.44 | 2.3 | - |
| YUV | 50.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 35 | 0.66 | 0 | 0.49 | 0.73 | 136 | 0.49 | 0.18 |
| Hex | 17 | 44 | 23 | 42 | 0 | 31 | 49 | 88 | 31 | 12 |
| Octal | 27 | 104 | 43 | 102 | 0 | 61 | 111 | 210 | 61 | 22 |
| Binary | 10111 | 1000100 | 100011 | 1000010 | 0 | 110001 | 1001001 | 10001000 | 110001 | 10010 |
Color Harmonies of #174423
Complementary color
Monochromatic Colors of #174423
Black with #174423
Text Example
Text Example
White with #174423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174423; }
p { color: rgb(23,68,35); }
H1.HeaderClassName
{
color: #174423;
}
.AnyTagClassName
{
color: #174423;
}
</style>
background-color css
<style>
a { background-color: #174423; }
a { background-color: rgb(23,68,35); }
div.DivClassName
{
background-color: #174423;
}
.BgClassName
{
background-color: #174423;
}
</style>
border-color css
<style>
span { border-color: #174423; }
span { border-color: rgb(23,68,35); }
td.TdClassName
{
border-color: #174423;
}
.TagClassName
{
border-color: #174423;
}
</style>