Shades of Deep Fir #124623
Tints of Deep Fir #124623
RGB
CMYK
RGB Variations
Color information
#124623 (or 0x124623) is known color: Deep Fir. HEX triplet: 12, 46 and 23. RGB value is (18,70,35). Sum of RGB (Red+Green+Blue) = 18+70+35=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #124623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124623 is #EDB9DC. Grayscale: #323232. Windows color (decimal): -15579613 or 2311698. OLE color: 2311698.
HSL color Cylindrical-coordinate representation of color #124623: hue angle of 139.62º 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 #124623 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 70 | 35 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.73 |
| HSL | 139.62º | 0.59% | 0.17% | - |
| HSV(B) | 139.62º | 0.74% | 0.27% | - |
| XYZ | 2.74 | 4.63 | 2.34 | - |
| YUV | 50.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 35 | 0.74 | 0 | 0.5 | 0.73 | 139.62 | 0.59 | 0.17 |
| Hex | 12 | 46 | 23 | 4A | 0 | 32 | 49 | 8C | 3B | 11 |
| Octal | 22 | 106 | 43 | 112 | 0 | 62 | 111 | 214 | 73 | 21 |
| Binary | 10010 | 1000110 | 100011 | 1001010 | 0 | 110010 | 1001001 | 10001100 | 111011 | 10001 |
Color Harmonies of #124623
Complementary color
Monochromatic Colors of #124623
Black with #124623
Text Example
Text Example
White with #124623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124623; }
p { color: rgb(18,70,35); }
H1.HeaderClassName
{
color: #124623;
}
.AnyTagClassName
{
color: #124623;
}
</style>
background-color css
<style>
a { background-color: #124623; }
a { background-color: rgb(18,70,35); }
div.DivClassName
{
background-color: #124623;
}
.BgClassName
{
background-color: #124623;
}
</style>
border-color css
<style>
span { border-color: #124623; }
span { border-color: rgb(18,70,35); }
td.TdClassName
{
border-color: #124623;
}
.TagClassName
{
border-color: #124623;
}
</style>