Shades of Deep Fir #013B10
Tints of Deep Fir #013B10
RGB
CMYK
RGB Variations
Color information
#013B10 (or 0x013B10) is known color: Deep Fir. HEX triplet: 01, 3B and 10. RGB value is (1,59,16). Sum of RGB (Red+Green+Blue) = 1+59+16=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 59 (23.44% from 255 or 77.63% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 59 - color contains mainly: green. Hex color #013B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013B10 is #FEC4EF. Grayscale: #242424. Windows color (decimal): -16696560 or 1063681. OLE color: 1063681.
HSL color Cylindrical-coordinate representation of color #013B10: hue angle of 135.52º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013B10 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 16 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.77 |
| HSL | 135.52º | 0.97% | 0.12% | - |
| HSV(B) | 135.52º | 0.98% | 0.23% | - |
| XYZ | 1.67 | 3.17 | 1.01 | - |
| YUV | 36.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 16 | 0.98 | 0 | 0.73 | 0.77 | 135.52 | 0.97 | 0.12 |
| Hex | 1 | 3B | 10 | 62 | 0 | 49 | 4D | 88 | 61 | C |
| Octal | 1 | 73 | 20 | 142 | 0 | 111 | 115 | 210 | 141 | 14 |
| Binary | 1 | 111011 | 10000 | 1100010 | 0 | 1001001 | 1001101 | 10001000 | 1100001 | 1100 |
Color Harmonies of #013B10
Complementary color
Monochromatic Colors of #013B10
Black with #013B10
Text Example
Text Example
White with #013B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B10; }
p { color: rgb(1,59,16); }
H1.HeaderClassName
{
color: #013B10;
}
.AnyTagClassName
{
color: #013B10;
}
</style>
background-color css
<style>
a { background-color: #013B10; }
a { background-color: rgb(1,59,16); }
div.DivClassName
{
background-color: #013B10;
}
.BgClassName
{
background-color: #013B10;
}
</style>
border-color css
<style>
span { border-color: #013B10; }
span { border-color: rgb(1,59,16); }
td.TdClassName
{
border-color: #013B10;
}
.TagClassName
{
border-color: #013B10;
}
</style>