Shades of Deep Fir #123418
Tints of Deep Fir #123418
RGB
CMYK
RGB Variations
Color information
#123418 (or 0x123418) is known color: Deep Fir. HEX triplet: 12, 34 and 18. RGB value is (18,52,24). Sum of RGB (Red+Green+Blue) = 18+52+24=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #123418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123418 is #EDCBE7. Grayscale: #262626. Windows color (decimal): -15584232 or 1586194. OLE color: 1586194.
HSL color Cylindrical-coordinate representation of color #123418: hue angle of 130.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123418 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 24 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.80 |
| HSL | 130.59º | 0.49% | 0.14% | - |
| HSV(B) | 130.59º | 0.65% | 0.2% | - |
| XYZ | 1.64 | 2.65 | 1.29 | - |
| YUV | 38.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 24 | 0.65 | 0 | 0.54 | 0.80 | 130.59 | 0.49 | 0.14 |
| Hex | 12 | 34 | 18 | 41 | 0 | 36 | 50 | 83 | 31 | E |
| Octal | 22 | 64 | 30 | 101 | 0 | 66 | 120 | 203 | 61 | 16 |
| Binary | 10010 | 110100 | 11000 | 1000001 | 0 | 110110 | 1010000 | 10000011 | 110001 | 1110 |
Color Harmonies of #123418
Complementary color
Monochromatic Colors of #123418
Black with #123418
Text Example
Text Example
White with #123418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123418; }
p { color: rgb(18,52,24); }
H1.HeaderClassName
{
color: #123418;
}
.AnyTagClassName
{
color: #123418;
}
</style>
background-color css
<style>
a { background-color: #123418; }
a { background-color: rgb(18,52,24); }
div.DivClassName
{
background-color: #123418;
}
.BgClassName
{
background-color: #123418;
}
</style>
border-color css
<style>
span { border-color: #123418; }
span { border-color: rgb(18,52,24); }
td.TdClassName
{
border-color: #123418;
}
.TagClassName
{
border-color: #123418;
}
</style>