Shades of Deep Fir #003206
Tints of Deep Fir #003206
RGB
CMYK
RGB Variations
Color information
#003206 (or 0x003206) is known color: Deep Fir. HEX triplet: 00, 32 and 06. RGB value is (0,50,6). Sum of RGB (Red+Green+Blue) = 0+50+6=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 50 (19.92% from 255 or 89.29% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 50 - color contains mainly: green. Hex color #003206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003206 is #FFCDF9. Grayscale: #1E1E1E. Windows color (decimal): -16764410 or 406016. OLE color: 406016.
HSL color Cylindrical-coordinate representation of color #003206: hue angle of 127.2º 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 #003206 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 50 | 6 | - |
| CMYK | 1 | 0 | 0.88 | 0.80 |
| HSL | 127.2º | 1% | 0.1% | - |
| HSV(B) | 127.2º | 1% | 0.2% | - |
| XYZ | 1.17 | 2.29 | 0.55 | - |
| YUV | 30.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 6 | 1 | 0 | 0.88 | 0.80 | 127.2 | 1 | 0.1 |
| Hex | 0 | 32 | 6 | 64 | 0 | 58 | 50 | 7F | 64 | A |
| Octal | 0 | 62 | 6 | 144 | 0 | 130 | 120 | 177 | 144 | 12 |
| Binary | 0 | 110010 | 110 | 1100100 | 0 | 1011000 | 1010000 | 1111111 | 1100100 | 1010 |
Color Harmonies of #003206
Complementary color
Monochromatic Colors of #003206
Black with #003206
Text Example
Text Example
White with #003206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003206; }
p { color: rgb(0,50,6); }
H1.HeaderClassName
{
color: #003206;
}
.AnyTagClassName
{
color: #003206;
}
</style>
background-color css
<style>
a { background-color: #003206; }
a { background-color: rgb(0,50,6); }
div.DivClassName
{
background-color: #003206;
}
.BgClassName
{
background-color: #003206;
}
</style>
border-color css
<style>
span { border-color: #003206; }
span { border-color: rgb(0,50,6); }
td.TdClassName
{
border-color: #003206;
}
.TagClassName
{
border-color: #003206;
}
</style>