Shades of Deep Fir #04260C
Tints of Deep Fir #04260C
RGB
CMYK
RGB Variations
Color information
#04260C (or 0x04260C) is known color: Deep Fir. HEX triplet: 04, 26 and 0C. RGB value is (4,38,12). Sum of RGB (Red+Green+Blue) = 4+38+12=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 38 (15.23% from 255 or 70.37% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 38 - color contains mainly: green. Hex color #04260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04260C is #FBD9F3. Grayscale: #181818. Windows color (decimal): -16505332 or 796164. OLE color: 796164.
HSL color Cylindrical-coordinate representation of color #04260C: hue angle of 134.12º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04260C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 12 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.85 |
| HSL | 134.12º | 0.81% | 0.08% | - |
| HSV(B) | 134.12º | 0.89% | 0.15% | - |
| XYZ | 0.81 | 1.44 | 0.58 | - |
| YUV | 24.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 12 | 0.89 | 0 | 0.68 | 0.85 | 134.12 | 0.81 | 0.08 |
| Hex | 4 | 26 | C | 59 | 0 | 44 | 55 | 86 | 51 | 8 |
| Octal | 4 | 46 | 14 | 131 | 0 | 104 | 125 | 206 | 121 | 10 |
| Binary | 100 | 100110 | 1100 | 1011001 | 0 | 1000100 | 1010101 | 10000110 | 1010001 | 1000 |
Color Harmonies of #04260C
Complementary color
Monochromatic Colors of #04260C
Black with #04260C
Text Example
Text Example
White with #04260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04260C; }
p { color: rgb(4,38,12); }
H1.HeaderClassName
{
color: #04260C;
}
.AnyTagClassName
{
color: #04260C;
}
</style>
background-color css
<style>
a { background-color: #04260C; }
a { background-color: rgb(4,38,12); }
div.DivClassName
{
background-color: #04260C;
}
.BgClassName
{
background-color: #04260C;
}
</style>
border-color css
<style>
span { border-color: #04260C; }
span { border-color: rgb(4,38,12); }
td.TdClassName
{
border-color: #04260C;
}
.TagClassName
{
border-color: #04260C;
}
</style>