Shades of Deep Fir #053E0F
Tints of Deep Fir #053E0F
RGB
CMYK
RGB Variations
Color information
#053E0F (or 0x053E0F) is known color: Deep Fir. HEX triplet: 05, 3E and 0F. RGB value is (5,62,15). Sum of RGB (Red+Green+Blue) = 5+62+15=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #053E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E0F is #FAC1F0. Grayscale: #272727. Windows color (decimal): -16433649 or 998917. OLE color: 998917.
HSL color Cylindrical-coordinate representation of color #053E0F: hue angle of 130.53º 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 #053E0F is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 15 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.76 |
| HSL | 130.53º | 0.85% | 0.13% | - |
| HSV(B) | 130.53º | 0.92% | 0.24% | - |
| XYZ | 1.87 | 3.51 | 1.03 | - |
| YUV | 39.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 15 | 0.92 | 0 | 0.76 | 0.76 | 130.53 | 0.85 | 0.13 |
| Hex | 5 | 3E | F | 5C | 0 | 4C | 4C | 83 | 55 | D |
| Octal | 5 | 76 | 17 | 134 | 0 | 114 | 114 | 203 | 125 | 15 |
| Binary | 101 | 111110 | 1111 | 1011100 | 0 | 1001100 | 1001100 | 10000011 | 1010101 | 1101 |
Color Harmonies of #053E0F
Complementary color
Monochromatic Colors of #053E0F
Black with #053E0F
Text Example
Text Example
White with #053E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E0F; }
p { color: rgb(5,62,15); }
H1.HeaderClassName
{
color: #053E0F;
}
.AnyTagClassName
{
color: #053E0F;
}
</style>
background-color css
<style>
a { background-color: #053E0F; }
a { background-color: rgb(5,62,15); }
div.DivClassName
{
background-color: #053E0F;
}
.BgClassName
{
background-color: #053E0F;
}
</style>
border-color css
<style>
span { border-color: #053E0F; }
span { border-color: rgb(5,62,15); }
td.TdClassName
{
border-color: #053E0F;
}
.TagClassName
{
border-color: #053E0F;
}
</style>