Shades of Deep Fir #00440C
Tints of Deep Fir #00440C
RGB
CMYK
RGB Variations
Color information
#00440C (or 0x00440C) is known color: Deep Fir. HEX triplet: 00, 44 and 0C. RGB value is (0,68,12). Sum of RGB (Red+Green+Blue) = 0+68+12=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 68 (26.95% from 255 or 85% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 68 - color contains mainly: green. Hex color #00440C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00440C is #FFBBF3. Grayscale: #292929. Windows color (decimal): -16759796 or 803840. OLE color: 803840.
HSL color Cylindrical-coordinate representation of color #00440C: hue angle of 130.59º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00440C is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 68 | 12 | - |
| CMYK | 1 | 0 | 0.82 | 0.73 |
| HSL | 130.59º | 1% | 0.13% | - |
| HSV(B) | 130.59º | 1% | 0.27% | - |
| XYZ | 2.13 | 4.16 | 1.04 | - |
| YUV | 41.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 12 | 1 | 0 | 0.82 | 0.73 | 130.59 | 1 | 0.13 |
| Hex | 0 | 44 | C | 64 | 0 | 52 | 49 | 83 | 64 | D |
| Octal | 0 | 104 | 14 | 144 | 0 | 122 | 111 | 203 | 144 | 15 |
| Binary | 0 | 1000100 | 1100 | 1100100 | 0 | 1010010 | 1001001 | 10000011 | 1100100 | 1101 |
Color Harmonies of #00440C
Complementary color
Monochromatic Colors of #00440C
Black with #00440C
Text Example
Text Example
White with #00440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00440C; }
p { color: rgb(0,68,12); }
H1.HeaderClassName
{
color: #00440C;
}
.AnyTagClassName
{
color: #00440C;
}
</style>
background-color css
<style>
a { background-color: #00440C; }
a { background-color: rgb(0,68,12); }
div.DivClassName
{
background-color: #00440C;
}
.BgClassName
{
background-color: #00440C;
}
</style>
border-color css
<style>
span { border-color: #00440C; }
span { border-color: rgb(0,68,12); }
td.TdClassName
{
border-color: #00440C;
}
.TagClassName
{
border-color: #00440C;
}
</style>