Shades of Deep Fir #053D0F
Tints of Deep Fir #053D0F
RGB
CMYK
RGB Variations
Color information
#053D0F (or 0x053D0F) is known color: Deep Fir. HEX triplet: 05, 3D and 0F. RGB value is (5,61,15). Sum of RGB (Red+Green+Blue) = 5+61+15=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #053D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D0F is #FAC2F0. Grayscale: #272727. Windows color (decimal): -16433905 or 998661. OLE color: 998661.
HSL color Cylindrical-coordinate representation of color #053D0F: hue angle of 130.71º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D0F is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 61 | 15 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.76 |
| HSL | 130.71º | 0.85% | 0.13% | - |
| HSV(B) | 130.71º | 0.92% | 0.24% | - |
| XYZ | 1.82 | 3.4 | 1.01 | - |
| YUV | 39.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 15 | 0.92 | 0 | 0.75 | 0.76 | 130.71 | 0.85 | 0.13 |
| Hex | 5 | 3D | F | 5C | 0 | 4B | 4C | 83 | 55 | D |
| Octal | 5 | 75 | 17 | 134 | 0 | 113 | 114 | 203 | 125 | 15 |
| Binary | 101 | 111101 | 1111 | 1011100 | 0 | 1001011 | 1001100 | 10000011 | 1010101 | 1101 |
Color Harmonies of #053D0F
Complementary color
Monochromatic Colors of #053D0F
Black with #053D0F
Text Example
Text Example
White with #053D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D0F; }
p { color: rgb(5,61,15); }
H1.HeaderClassName
{
color: #053D0F;
}
.AnyTagClassName
{
color: #053D0F;
}
</style>
background-color css
<style>
a { background-color: #053D0F; }
a { background-color: rgb(5,61,15); }
div.DivClassName
{
background-color: #053D0F;
}
.BgClassName
{
background-color: #053D0F;
}
</style>
border-color css
<style>
span { border-color: #053D0F; }
span { border-color: rgb(5,61,15); }
td.TdClassName
{
border-color: #053D0F;
}
.TagClassName
{
border-color: #053D0F;
}
</style>