Shades of Deep Fir #00460B
Tints of Deep Fir #00460B
RGB
CMYK
RGB Variations
Color information
#00460B (or 0x00460B) is known color: Deep Fir. HEX triplet: 00, 46 and 0B. RGB value is (0,70,11). Sum of RGB (Red+Green+Blue) = 0+70+11=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 70 (27.73% from 255 or 86.42% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 70 - color contains mainly: green. Hex color #00460B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00460B is #FFB9F4. Grayscale: #2A2A2A. Windows color (decimal): -16759285 or 738816. OLE color: 738816.
HSL color Cylindrical-coordinate representation of color #00460B: hue angle of 129.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00460B is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 11 | - |
| CMYK | 1 | 0 | 0.84 | 0.73 |
| HSL | 129.43º | 1% | 0.14% | - |
| HSV(B) | 129.43º | 1% | 0.27% | - |
| XYZ | 2.25 | 4.4 | 1.05 | - |
| YUV | 42.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 11 | 1 | 0 | 0.84 | 0.73 | 129.43 | 1 | 0.14 |
| Hex | 0 | 46 | B | 64 | 0 | 54 | 49 | 81 | 64 | E |
| Octal | 0 | 106 | 13 | 144 | 0 | 124 | 111 | 201 | 144 | 16 |
| Binary | 0 | 1000110 | 1011 | 1100100 | 0 | 1010100 | 1001001 | 10000001 | 1100100 | 1110 |
Color Harmonies of #00460B
Complementary color
Monochromatic Colors of #00460B
Black with #00460B
Text Example
Text Example
White with #00460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00460B; }
p { color: rgb(0,70,11); }
H1.HeaderClassName
{
color: #00460B;
}
.AnyTagClassName
{
color: #00460B;
}
</style>
background-color css
<style>
a { background-color: #00460B; }
a { background-color: rgb(0,70,11); }
div.DivClassName
{
background-color: #00460B;
}
.BgClassName
{
background-color: #00460B;
}
</style>
border-color css
<style>
span { border-color: #00460B; }
span { border-color: rgb(0,70,11); }
td.TdClassName
{
border-color: #00460B;
}
.TagClassName
{
border-color: #00460B;
}
</style>