Shades of Deep Fir #003709
Tints of Deep Fir #003709
RGB
CMYK
RGB Variations
Color information
#003709 (or 0x003709) is known color: Deep Fir. HEX triplet: 00, 37 and 09. RGB value is (0,55,9). Sum of RGB (Red+Green+Blue) = 0+55+9=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 55 (21.88% from 255 or 85.94% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 55 - color contains mainly: green. Hex color #003709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003709 is #FFC8F6. Grayscale: #212121. Windows color (decimal): -16763127 or 603904. OLE color: 603904.
HSL color Cylindrical-coordinate representation of color #003709: hue angle of 129.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003709 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 9 | - |
| CMYK | 1 | 0 | 0.84 | 0.78 |
| HSL | 129.82º | 1% | 0.11% | - |
| HSV(B) | 129.82º | 1% | 0.22% | - |
| XYZ | 1.42 | 2.75 | 0.72 | - |
| YUV | 33.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 9 | 1 | 0 | 0.84 | 0.78 | 129.82 | 1 | 0.11 |
| Hex | 0 | 37 | 9 | 64 | 0 | 54 | 4E | 82 | 64 | B |
| Octal | 0 | 67 | 11 | 144 | 0 | 124 | 116 | 202 | 144 | 13 |
| Binary | 0 | 110111 | 1001 | 1100100 | 0 | 1010100 | 1001110 | 10000010 | 1100100 | 1011 |
Color Harmonies of #003709
Complementary color
Monochromatic Colors of #003709
Black with #003709
Text Example
Text Example
White with #003709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003709; }
p { color: rgb(0,55,9); }
H1.HeaderClassName
{
color: #003709;
}
.AnyTagClassName
{
color: #003709;
}
</style>
background-color css
<style>
a { background-color: #003709; }
a { background-color: rgb(0,55,9); }
div.DivClassName
{
background-color: #003709;
}
.BgClassName
{
background-color: #003709;
}
</style>
border-color css
<style>
span { border-color: #003709; }
span { border-color: rgb(0,55,9); }
td.TdClassName
{
border-color: #003709;
}
.TagClassName
{
border-color: #003709;
}
</style>