Shades of Deep Fir #05370C
Tints of Deep Fir #05370C
RGB
CMYK
RGB Variations
Color information
#05370C (or 0x05370C) is known color: Deep Fir. HEX triplet: 05, 37 and 0C. RGB value is (5,55,12). Sum of RGB (Red+Green+Blue) = 5+55+12=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #05370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05370C is #FAC8F3. Grayscale: #232323. Windows color (decimal): -16435444 or 800517. OLE color: 800517.
HSL color Cylindrical-coordinate representation of color #05370C: hue angle of 128.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05370C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 12 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.78 |
| HSL | 128.4º | 0.83% | 0.12% | - |
| HSV(B) | 128.4º | 0.91% | 0.22% | - |
| XYZ | 1.5 | 2.79 | 0.81 | - |
| YUV | 35.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 12 | 0.91 | 0 | 0.78 | 0.78 | 128.4 | 0.83 | 0.12 |
| Hex | 5 | 37 | C | 5B | 0 | 4E | 4E | 80 | 53 | C |
| Octal | 5 | 67 | 14 | 133 | 0 | 116 | 116 | 200 | 123 | 14 |
| Binary | 101 | 110111 | 1100 | 1011011 | 0 | 1001110 | 1001110 | 10000000 | 1010011 | 1100 |
Color Harmonies of #05370C
Complementary color
Monochromatic Colors of #05370C
Black with #05370C
Text Example
Text Example
White with #05370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05370C; }
p { color: rgb(5,55,12); }
H1.HeaderClassName
{
color: #05370C;
}
.AnyTagClassName
{
color: #05370C;
}
</style>
background-color css
<style>
a { background-color: #05370C; }
a { background-color: rgb(5,55,12); }
div.DivClassName
{
background-color: #05370C;
}
.BgClassName
{
background-color: #05370C;
}
</style>
border-color css
<style>
span { border-color: #05370C; }
span { border-color: rgb(5,55,12); }
td.TdClassName
{
border-color: #05370C;
}
.TagClassName
{
border-color: #05370C;
}
</style>