Shades of Deep Fir #184621
Tints of Deep Fir #184621
RGB
CMYK
RGB Variations
Color information
#184621 (or 0x184621) is known color: Deep Fir. HEX triplet: 18, 46 and 21. RGB value is (24,70,33). Sum of RGB (Red+Green+Blue) = 24+70+33=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #184621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184621 is #E7B9DE. Grayscale: #343434. Windows color (decimal): -15186399 or 2180632. OLE color: 2180632.
HSL color Cylindrical-coordinate representation of color #184621: hue angle of 131.74º 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 #184621 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 33 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.73 |
| HSL | 131.74º | 0.49% | 0.18% | - |
| HSV(B) | 131.74º | 0.66% | 0.27% | - |
| XYZ | 2.84 | 4.68 | 2.19 | - |
| YUV | 52.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 33 | 0.66 | 0 | 0.53 | 0.73 | 131.74 | 0.49 | 0.18 |
| Hex | 18 | 46 | 21 | 42 | 0 | 35 | 49 | 84 | 31 | 12 |
| Octal | 30 | 106 | 41 | 102 | 0 | 65 | 111 | 204 | 61 | 22 |
| Binary | 11000 | 1000110 | 100001 | 1000010 | 0 | 110101 | 1001001 | 10000100 | 110001 | 10010 |
Color Harmonies of #184621
Complementary color
Monochromatic Colors of #184621
Black with #184621
Text Example
Text Example
White with #184621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184621; }
p { color: rgb(24,70,33); }
H1.HeaderClassName
{
color: #184621;
}
.AnyTagClassName
{
color: #184621;
}
</style>
background-color css
<style>
a { background-color: #184621; }
a { background-color: rgb(24,70,33); }
div.DivClassName
{
background-color: #184621;
}
.BgClassName
{
background-color: #184621;
}
</style>
border-color css
<style>
span { border-color: #184621; }
span { border-color: rgb(24,70,33); }
td.TdClassName
{
border-color: #184621;
}
.TagClassName
{
border-color: #184621;
}
</style>