Shades of Deep Fir #124621
Tints of Deep Fir #124621
RGB
CMYK
RGB Variations
Color information
#124621 (or 0x124621) is known color: Deep Fir. HEX triplet: 12, 46 and 21. RGB value is (18,70,33). Sum of RGB (Red+Green+Blue) = 18+70+33=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #124621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124621 is #EDB9DE. Grayscale: #323232. Windows color (decimal): -15579615 or 2180626. OLE color: 2180626.
HSL color Cylindrical-coordinate representation of color #124621: hue angle of 137.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124621 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 70 | 33 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.73 |
| HSL | 137.31º | 0.59% | 0.17% | - |
| HSV(B) | 137.31º | 0.74% | 0.27% | - |
| XYZ | 2.71 | 4.62 | 2.19 | - |
| YUV | 50.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 33 | 0.74 | 0 | 0.53 | 0.73 | 137.31 | 0.59 | 0.17 |
| Hex | 12 | 46 | 21 | 4A | 0 | 35 | 49 | 89 | 3B | 11 |
| Octal | 22 | 106 | 41 | 112 | 0 | 65 | 111 | 211 | 73 | 21 |
| Binary | 10010 | 1000110 | 100001 | 1001010 | 0 | 110101 | 1001001 | 10001001 | 111011 | 10001 |
Color Harmonies of #124621
Complementary color
Monochromatic Colors of #124621
Black with #124621
Text Example
Text Example
White with #124621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124621; }
p { color: rgb(18,70,33); }
H1.HeaderClassName
{
color: #124621;
}
.AnyTagClassName
{
color: #124621;
}
</style>
background-color css
<style>
a { background-color: #124621; }
a { background-color: rgb(18,70,33); }
div.DivClassName
{
background-color: #124621;
}
.BgClassName
{
background-color: #124621;
}
</style>
border-color css
<style>
span { border-color: #124621; }
span { border-color: rgb(18,70,33); }
td.TdClassName
{
border-color: #124621;
}
.TagClassName
{
border-color: #124621;
}
</style>