Shades of Deep Fir #184626
Tints of Deep Fir #184626
RGB
CMYK
RGB Variations
Color information
#184626 (or 0x184626) is known color: Deep Fir. HEX triplet: 18, 46 and 26. RGB value is (24,70,38). Sum of RGB (Red+Green+Blue) = 24+70+38=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #184626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184626 is #E7B9D9. Grayscale: #343434. Windows color (decimal): -15186394 or 2508312. OLE color: 2508312.
HSL color Cylindrical-coordinate representation of color #184626: hue angle of 138.26º 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 #184626 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 38 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.73 |
| HSL | 138.26º | 0.49% | 0.18% | - |
| HSV(B) | 138.26º | 0.66% | 0.27% | - |
| XYZ | 2.92 | 4.71 | 2.59 | - |
| YUV | 52.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 38 | 0.66 | 0 | 0.46 | 0.73 | 138.26 | 0.49 | 0.18 |
| Hex | 18 | 46 | 26 | 42 | 0 | 2E | 49 | 8A | 31 | 12 |
| Octal | 30 | 106 | 46 | 102 | 0 | 56 | 111 | 212 | 61 | 22 |
| Binary | 11000 | 1000110 | 100110 | 1000010 | 0 | 101110 | 1001001 | 10001010 | 110001 | 10010 |
Color Harmonies of #184626
Complementary color
Monochromatic Colors of #184626
Black with #184626
Text Example
Text Example
White with #184626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184626; }
p { color: rgb(24,70,38); }
H1.HeaderClassName
{
color: #184626;
}
.AnyTagClassName
{
color: #184626;
}
</style>
background-color css
<style>
a { background-color: #184626; }
a { background-color: rgb(24,70,38); }
div.DivClassName
{
background-color: #184626;
}
.BgClassName
{
background-color: #184626;
}
</style>
border-color css
<style>
span { border-color: #184626; }
span { border-color: rgb(24,70,38); }
td.TdClassName
{
border-color: #184626;
}
.TagClassName
{
border-color: #184626;
}
</style>