Shades of Deep Fir #003406
Tints of Deep Fir #003406
RGB
CMYK
RGB Variations
Color information
#003406 (or 0x003406) is known color: Deep Fir. HEX triplet: 00, 34 and 06. RGB value is (0,52,6). Sum of RGB (Red+Green+Blue) = 0+52+6=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #003406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003406 is #FFCBF9. Grayscale: #1F1F1F. Windows color (decimal): -16763898 or 406528. OLE color: 406528.
HSL color Cylindrical-coordinate representation of color #003406: hue angle of 126.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003406 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 52 | 6 | - |
| CMYK | 1 | 0 | 0.88 | 0.80 |
| HSL | 126.92º | 1% | 0.1% | - |
| HSV(B) | 126.92º | 1% | 0.2% | - |
| XYZ | 1.26 | 2.47 | 0.58 | - |
| YUV | 31.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 52 | 6 | 1 | 0 | 0.88 | 0.80 | 126.92 | 1 | 0.1 |
| Hex | 0 | 34 | 6 | 64 | 0 | 58 | 50 | 7F | 64 | A |
| Octal | 0 | 64 | 6 | 144 | 0 | 130 | 120 | 177 | 144 | 12 |
| Binary | 0 | 110100 | 110 | 1100100 | 0 | 1011000 | 1010000 | 1111111 | 1100100 | 1010 |
Color Harmonies of #003406
Complementary color
Monochromatic Colors of #003406
Black with #003406
Text Example
Text Example
White with #003406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003406; }
p { color: rgb(0,52,6); }
H1.HeaderClassName
{
color: #003406;
}
.AnyTagClassName
{
color: #003406;
}
</style>
background-color css
<style>
a { background-color: #003406; }
a { background-color: rgb(0,52,6); }
div.DivClassName
{
background-color: #003406;
}
.BgClassName
{
background-color: #003406;
}
</style>
border-color css
<style>
span { border-color: #003406; }
span { border-color: rgb(0,52,6); }
td.TdClassName
{
border-color: #003406;
}
.TagClassName
{
border-color: #003406;
}
</style>