Shades of Deep Fir #123519
Tints of Deep Fir #123519
RGB
CMYK
RGB Variations
Color information
#123519 (or 0x123519) is known color: Deep Fir. HEX triplet: 12, 35 and 19. RGB value is (18,53,25). Sum of RGB (Red+Green+Blue) = 18+53+25=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #123519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123519 is #EDCAE6. Grayscale: #272727. Windows color (decimal): -15583975 or 1651986. OLE color: 1651986.
HSL color Cylindrical-coordinate representation of color #123519: hue angle of 132º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123519 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 53 | 25 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.79 |
| HSL | 132º | 0.49% | 0.14% | - |
| HSV(B) | 132º | 0.66% | 0.21% | - |
| XYZ | 1.7 | 2.74 | 1.36 | - |
| YUV | 39.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 25 | 0.66 | 0 | 0.53 | 0.79 | 132 | 0.49 | 0.14 |
| Hex | 12 | 35 | 19 | 42 | 0 | 35 | 4F | 84 | 31 | E |
| Octal | 22 | 65 | 31 | 102 | 0 | 65 | 117 | 204 | 61 | 16 |
| Binary | 10010 | 110101 | 11001 | 1000010 | 0 | 110101 | 1001111 | 10000100 | 110001 | 1110 |
Color Harmonies of #123519
Complementary color
Monochromatic Colors of #123519
Black with #123519
Text Example
Text Example
White with #123519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123519; }
p { color: rgb(18,53,25); }
H1.HeaderClassName
{
color: #123519;
}
.AnyTagClassName
{
color: #123519;
}
</style>
background-color css
<style>
a { background-color: #123519; }
a { background-color: rgb(18,53,25); }
div.DivClassName
{
background-color: #123519;
}
.BgClassName
{
background-color: #123519;
}
</style>
border-color css
<style>
span { border-color: #123519; }
span { border-color: rgb(18,53,25); }
td.TdClassName
{
border-color: #123519;
}
.TagClassName
{
border-color: #123519;
}
</style>