Shades of Deep Fir #123419
Tints of Deep Fir #123419
RGB
CMYK
RGB Variations
Color information
#123419 (or 0x123419) is known color: Deep Fir. HEX triplet: 12, 34 and 19. RGB value is (18,52,25). Sum of RGB (Red+Green+Blue) = 18+52+25=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #123419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123419 is #EDCBE6. Grayscale: #262626. Windows color (decimal): -15584231 or 1651730. OLE color: 1651730.
HSL color Cylindrical-coordinate representation of color #123419: hue angle of 132.35º 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 #123419 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 25 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.80 |
| HSL | 132.35º | 0.49% | 0.14% | - |
| HSV(B) | 132.35º | 0.65% | 0.2% | - |
| XYZ | 1.65 | 2.65 | 1.35 | - |
| YUV | 38.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 25 | 0.65 | 0 | 0.52 | 0.80 | 132.35 | 0.49 | 0.14 |
| Hex | 12 | 34 | 19 | 41 | 0 | 34 | 50 | 84 | 31 | E |
| Octal | 22 | 64 | 31 | 101 | 0 | 64 | 120 | 204 | 61 | 16 |
| Binary | 10010 | 110100 | 11001 | 1000001 | 0 | 110100 | 1010000 | 10000100 | 110001 | 1110 |
Color Harmonies of #123419
Complementary color
Monochromatic Colors of #123419
Black with #123419
Text Example
Text Example
White with #123419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123419; }
p { color: rgb(18,52,25); }
H1.HeaderClassName
{
color: #123419;
}
.AnyTagClassName
{
color: #123419;
}
</style>
background-color css
<style>
a { background-color: #123419; }
a { background-color: rgb(18,52,25); }
div.DivClassName
{
background-color: #123419;
}
.BgClassName
{
background-color: #123419;
}
</style>
border-color css
<style>
span { border-color: #123419; }
span { border-color: rgb(18,52,25); }
td.TdClassName
{
border-color: #123419;
}
.TagClassName
{
border-color: #123419;
}
</style>