Shades of Deep Fir #05260C
Tints of Deep Fir #05260C
RGB
CMYK
RGB Variations
Color information
#05260C (or 0x05260C) is known color: Deep Fir. HEX triplet: 05, 26 and 0C. RGB value is (5,38,12). Sum of RGB (Red+Green+Blue) = 5+38+12=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #05260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05260C is #FAD9F3. Grayscale: #191919. Windows color (decimal): -16439796 or 796165. OLE color: 796165.
HSL color Cylindrical-coordinate representation of color #05260C: hue angle of 132.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05260C is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 12 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.85 |
| HSL | 132.73º | 0.77% | 0.08% | - |
| HSV(B) | 132.73º | 0.87% | 0.15% | - |
| XYZ | 0.82 | 1.45 | 0.58 | - |
| YUV | 25.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 12 | 0.87 | 0 | 0.68 | 0.85 | 132.73 | 0.77 | 0.08 |
| Hex | 5 | 26 | C | 57 | 0 | 44 | 55 | 85 | 4D | 8 |
| Octal | 5 | 46 | 14 | 127 | 0 | 104 | 125 | 205 | 115 | 10 |
| Binary | 101 | 100110 | 1100 | 1010111 | 0 | 1000100 | 1010101 | 10000101 | 1001101 | 1000 |
Color Harmonies of #05260C
Complementary color
Monochromatic Colors of #05260C
Black with #05260C
Text Example
Text Example
White with #05260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05260C; }
p { color: rgb(5,38,12); }
H1.HeaderClassName
{
color: #05260C;
}
.AnyTagClassName
{
color: #05260C;
}
</style>
background-color css
<style>
a { background-color: #05260C; }
a { background-color: rgb(5,38,12); }
div.DivClassName
{
background-color: #05260C;
}
.BgClassName
{
background-color: #05260C;
}
</style>
border-color css
<style>
span { border-color: #05260C; }
span { border-color: rgb(5,38,12); }
td.TdClassName
{
border-color: #05260C;
}
.TagClassName
{
border-color: #05260C;
}
</style>