Shades of Deep Fir #00360D
Tints of Deep Fir #00360D
RGB
CMYK
RGB Variations
Color information
#00360D (or 0x00360D) is known color: Deep Fir. HEX triplet: 00, 36 and 0D. RGB value is (0,54,13). Sum of RGB (Red+Green+Blue) = 0+54+13=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 54 (21.48% from 255 or 80.60% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 54 - color contains mainly: green. Hex color #00360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00360D is #FFC9F2. Grayscale: #212121. Windows color (decimal): -16763379 or 865792. OLE color: 865792.
HSL color Cylindrical-coordinate representation of color #00360D: hue angle of 134.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00360D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 13 | - |
| CMYK | 1 | 0 | 0.76 | 0.79 |
| HSL | 134.44º | 1% | 0.11% | - |
| HSV(B) | 134.44º | 1% | 0.21% | - |
| XYZ | 1.39 | 2.67 | 0.82 | - |
| YUV | 33.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 13 | 1 | 0 | 0.76 | 0.79 | 134.44 | 1 | 0.11 |
| Hex | 0 | 36 | D | 64 | 0 | 4C | 4F | 86 | 64 | B |
| Octal | 0 | 66 | 15 | 144 | 0 | 114 | 117 | 206 | 144 | 13 |
| Binary | 0 | 110110 | 1101 | 1100100 | 0 | 1001100 | 1001111 | 10000110 | 1100100 | 1011 |
Color Harmonies of #00360D
Complementary color
Monochromatic Colors of #00360D
Black with #00360D
Text Example
Text Example
White with #00360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00360D; }
p { color: rgb(0,54,13); }
H1.HeaderClassName
{
color: #00360D;
}
.AnyTagClassName
{
color: #00360D;
}
</style>
background-color css
<style>
a { background-color: #00360D; }
a { background-color: rgb(0,54,13); }
div.DivClassName
{
background-color: #00360D;
}
.BgClassName
{
background-color: #00360D;
}
</style>
border-color css
<style>
span { border-color: #00360D; }
span { border-color: rgb(0,54,13); }
td.TdClassName
{
border-color: #00360D;
}
.TagClassName
{
border-color: #00360D;
}
</style>