Shades of Deep Fir #05360C
Tints of Deep Fir #05360C
RGB
CMYK
RGB Variations
Color information
#05360C (or 0x05360C) is known color: Deep Fir. HEX triplet: 05, 36 and 0C. RGB value is (5,54,12). Sum of RGB (Red+Green+Blue) = 5+54+12=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #05360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05360C is #FAC9F3. Grayscale: #222222. Windows color (decimal): -16435700 or 800261. OLE color: 800261.
HSL color Cylindrical-coordinate representation of color #05360C: hue angle of 128.57º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05360C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 12 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.79 |
| HSL | 128.57º | 0.83% | 0.12% | - |
| HSV(B) | 128.57º | 0.91% | 0.21% | - |
| XYZ | 1.45 | 2.7 | 0.79 | - |
| YUV | 34.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 12 | 0.91 | 0 | 0.78 | 0.79 | 128.57 | 0.83 | 0.12 |
| Hex | 5 | 36 | C | 5B | 0 | 4E | 4F | 81 | 53 | C |
| Octal | 5 | 66 | 14 | 133 | 0 | 116 | 117 | 201 | 123 | 14 |
| Binary | 101 | 110110 | 1100 | 1011011 | 0 | 1001110 | 1001111 | 10000001 | 1010011 | 1100 |
Color Harmonies of #05360C
Complementary color
Monochromatic Colors of #05360C
Black with #05360C
Text Example
Text Example
White with #05360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05360C; }
p { color: rgb(5,54,12); }
H1.HeaderClassName
{
color: #05360C;
}
.AnyTagClassName
{
color: #05360C;
}
</style>
background-color css
<style>
a { background-color: #05360C; }
a { background-color: rgb(5,54,12); }
div.DivClassName
{
background-color: #05360C;
}
.BgClassName
{
background-color: #05360C;
}
</style>
border-color css
<style>
span { border-color: #05360C; }
span { border-color: rgb(5,54,12); }
td.TdClassName
{
border-color: #05360C;
}
.TagClassName
{
border-color: #05360C;
}
</style>