Shades of Deep Fir #124320
Tints of Deep Fir #124320
RGB
CMYK
RGB Variations
Color information
#124320 (or 0x124320) is known color: Deep Fir. HEX triplet: 12, 43 and 20. RGB value is (18,67,32). Sum of RGB (Red+Green+Blue) = 18+67+32=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #124320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124320 is #EDBCDF. Grayscale: #303030. Windows color (decimal): -15580384 or 2114322. OLE color: 2114322.
HSL color Cylindrical-coordinate representation of color #124320: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124320 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 67 | 32 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.74 |
| HSL | 137.14º | 0.58% | 0.17% | - |
| HSV(B) | 137.14º | 0.73% | 0.26% | - |
| XYZ | 2.52 | 4.25 | 2.05 | - |
| YUV | 48.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 32 | 0.73 | 0 | 0.52 | 0.74 | 137.14 | 0.58 | 0.17 |
| Hex | 12 | 43 | 20 | 49 | 0 | 34 | 4A | 89 | 3A | 11 |
| Octal | 22 | 103 | 40 | 111 | 0 | 64 | 112 | 211 | 72 | 21 |
| Binary | 10010 | 1000011 | 100000 | 1001001 | 0 | 110100 | 1001010 | 10001001 | 111010 | 10001 |
Color Harmonies of #124320
Complementary color
Monochromatic Colors of #124320
Black with #124320
Text Example
Text Example
White with #124320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124320; }
p { color: rgb(18,67,32); }
H1.HeaderClassName
{
color: #124320;
}
.AnyTagClassName
{
color: #124320;
}
</style>
background-color css
<style>
a { background-color: #124320; }
a { background-color: rgb(18,67,32); }
div.DivClassName
{
background-color: #124320;
}
.BgClassName
{
background-color: #124320;
}
</style>
border-color css
<style>
span { border-color: #124320; }
span { border-color: rgb(18,67,32); }
td.TdClassName
{
border-color: #124320;
}
.TagClassName
{
border-color: #124320;
}
</style>