Shades of Deep Fir #01360C
Tints of Deep Fir #01360C
RGB
CMYK
RGB Variations
Color information
#01360C (or 0x01360C) is known color: Deep Fir. HEX triplet: 01, 36 and 0C. RGB value is (1,54,12). Sum of RGB (Red+Green+Blue) = 1+54+12=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 54 (21.48% from 255 or 80.60% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 54 - color contains mainly: green. Hex color #01360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01360C is #FEC9F3. Grayscale: #212121. Windows color (decimal): -16697844 or 800257. OLE color: 800257.
HSL color Cylindrical-coordinate representation of color #01360C: hue angle of 132.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01360C is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 12 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.79 |
| HSL | 132.45º | 0.96% | 0.11% | - |
| HSV(B) | 132.45º | 0.98% | 0.21% | - |
| XYZ | 1.4 | 2.67 | 0.79 | - |
| YUV | 33.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 12 | 0.98 | 0 | 0.78 | 0.79 | 132.45 | 0.96 | 0.11 |
| Hex | 1 | 36 | C | 62 | 0 | 4E | 4F | 84 | 60 | B |
| Octal | 1 | 66 | 14 | 142 | 0 | 116 | 117 | 204 | 140 | 13 |
| Binary | 1 | 110110 | 1100 | 1100010 | 0 | 1001110 | 1001111 | 10000100 | 1100000 | 1011 |
Color Harmonies of #01360C
Complementary color
Monochromatic Colors of #01360C
Black with #01360C
Text Example
Text Example
White with #01360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01360C; }
p { color: rgb(1,54,12); }
H1.HeaderClassName
{
color: #01360C;
}
.AnyTagClassName
{
color: #01360C;
}
</style>
background-color css
<style>
a { background-color: #01360C; }
a { background-color: rgb(1,54,12); }
div.DivClassName
{
background-color: #01360C;
}
.BgClassName
{
background-color: #01360C;
}
</style>
border-color css
<style>
span { border-color: #01360C; }
span { border-color: rgb(1,54,12); }
td.TdClassName
{
border-color: #01360C;
}
.TagClassName
{
border-color: #01360C;
}
</style>