Shades of Deep Fir #184620
Tints of Deep Fir #184620
RGB
CMYK
RGB Variations
Color information
#184620 (or 0x184620) is known color: Deep Fir. HEX triplet: 18, 46 and 20. RGB value is (24,70,32). Sum of RGB (Red+Green+Blue) = 24+70+32=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #184620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184620 is #E7B9DF. Grayscale: #343434. Windows color (decimal): -15186400 or 2115096. OLE color: 2115096.
HSL color Cylindrical-coordinate representation of color #184620: hue angle of 130.43º 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 #184620 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 70 | 32 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.73 |
| HSL | 130.43º | 0.49% | 0.18% | - |
| HSV(B) | 130.43º | 0.66% | 0.27% | - |
| XYZ | 2.83 | 4.68 | 2.12 | - |
| YUV | 51.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 70 | 32 | 0.66 | 0 | 0.54 | 0.73 | 130.43 | 0.49 | 0.18 |
| Hex | 18 | 46 | 20 | 42 | 0 | 36 | 49 | 82 | 31 | 12 |
| Octal | 30 | 106 | 40 | 102 | 0 | 66 | 111 | 202 | 61 | 22 |
| Binary | 11000 | 1000110 | 100000 | 1000010 | 0 | 110110 | 1001001 | 10000010 | 110001 | 10010 |
Color Harmonies of #184620
Complementary color
Monochromatic Colors of #184620
Black with #184620
Text Example
Text Example
White with #184620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184620; }
p { color: rgb(24,70,32); }
H1.HeaderClassName
{
color: #184620;
}
.AnyTagClassName
{
color: #184620;
}
</style>
background-color css
<style>
a { background-color: #184620; }
a { background-color: rgb(24,70,32); }
div.DivClassName
{
background-color: #184620;
}
.BgClassName
{
background-color: #184620;
}
</style>
border-color css
<style>
span { border-color: #184620; }
span { border-color: rgb(24,70,32); }
td.TdClassName
{
border-color: #184620;
}
.TagClassName
{
border-color: #184620;
}
</style>