Shades of Deep Fir #003E0C
Tints of Deep Fir #003E0C
RGB
CMYK
RGB Variations
Color information
#003E0C (or 0x003E0C) is known color: Deep Fir. HEX triplet: 00, 3E and 0C. RGB value is (0,62,12). Sum of RGB (Red+Green+Blue) = 0+62+12=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 62 (24.61% from 255 or 83.78% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 62 - color contains mainly: green. Hex color #003E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E0C is #FFC1F3. Grayscale: #252525. Windows color (decimal): -16761332 or 802304. OLE color: 802304.
HSL color Cylindrical-coordinate representation of color #003E0C: hue angle of 131.61º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E0C is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 62 | 12 | - |
| CMYK | 1 | 0 | 0.81 | 0.76 |
| HSL | 131.61º | 1% | 0.12% | - |
| HSV(B) | 131.61º | 1% | 0.24% | - |
| XYZ | 1.79 | 3.47 | 0.92 | - |
| YUV | 37.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 12 | 1 | 0 | 0.81 | 0.76 | 131.61 | 1 | 0.12 |
| Hex | 0 | 3E | C | 64 | 0 | 51 | 4C | 84 | 64 | C |
| Octal | 0 | 76 | 14 | 144 | 0 | 121 | 114 | 204 | 144 | 14 |
| Binary | 0 | 111110 | 1100 | 1100100 | 0 | 1010001 | 1001100 | 10000100 | 1100100 | 1100 |
Color Harmonies of #003E0C
Complementary color
Monochromatic Colors of #003E0C
Black with #003E0C
Text Example
Text Example
White with #003E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E0C; }
p { color: rgb(0,62,12); }
H1.HeaderClassName
{
color: #003E0C;
}
.AnyTagClassName
{
color: #003E0C;
}
</style>
background-color css
<style>
a { background-color: #003E0C; }
a { background-color: rgb(0,62,12); }
div.DivClassName
{
background-color: #003E0C;
}
.BgClassName
{
background-color: #003E0C;
}
</style>
border-color css
<style>
span { border-color: #003E0C; }
span { border-color: rgb(0,62,12); }
td.TdClassName
{
border-color: #003E0C;
}
.TagClassName
{
border-color: #003E0C;
}
</style>