Shades of Deep Fir #123521
Tints of Deep Fir #123521
RGB
CMYK
RGB Variations
Color information
#123521 (or 0x123521) is known color: Deep Fir. HEX triplet: 12, 35 and 21. RGB value is (18,53,33). Sum of RGB (Red+Green+Blue) = 18+53+33=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #123521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123521 is #EDCADE. Grayscale: #282828. Windows color (decimal): -15583967 or 2176274. OLE color: 2176274.
HSL color Cylindrical-coordinate representation of color #123521: hue angle of 145.71º 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 #123521 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 53 | 33 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.79 |
| HSL | 145.71º | 0.49% | 0.14% | - |
| HSV(B) | 145.71º | 0.66% | 0.21% | - |
| XYZ | 1.8 | 2.78 | 1.88 | - |
| YUV | 40.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 33 | 0.66 | 0 | 0.38 | 0.79 | 145.71 | 0.49 | 0.14 |
| Hex | 12 | 35 | 21 | 42 | 0 | 26 | 4F | 92 | 31 | E |
| Octal | 22 | 65 | 41 | 102 | 0 | 46 | 117 | 222 | 61 | 16 |
| Binary | 10010 | 110101 | 100001 | 1000010 | 0 | 100110 | 1001111 | 10010010 | 110001 | 1110 |
Color Harmonies of #123521
Complementary color
Monochromatic Colors of #123521
Black with #123521
Text Example
Text Example
White with #123521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123521; }
p { color: rgb(18,53,33); }
H1.HeaderClassName
{
color: #123521;
}
.AnyTagClassName
{
color: #123521;
}
</style>
background-color css
<style>
a { background-color: #123521; }
a { background-color: rgb(18,53,33); }
div.DivClassName
{
background-color: #123521;
}
.BgClassName
{
background-color: #123521;
}
</style>
border-color css
<style>
span { border-color: #123521; }
span { border-color: rgb(18,53,33); }
td.TdClassName
{
border-color: #123521;
}
.TagClassName
{
border-color: #123521;
}
</style>