Shades of Deep Fir #054B13
Tints of Deep Fir #054B13
RGB
CMYK
RGB Variations
Color information
#054B13 (or 0x054B13) is known color: Deep Fir. HEX triplet: 05, 4B and 13. RGB value is (5,75,19). Sum of RGB (Red+Green+Blue) = 5+75+19=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 75 (29.69% from 255 or 75.76% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 75 - color contains mainly: green. Hex color #054B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B13 is #FAB4EC. Grayscale: #2F2F2F. Windows color (decimal): -16430317 or 1264389. OLE color: 1264389.
HSL color Cylindrical-coordinate representation of color #054B13: hue angle of 132º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B13 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 19 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.71 |
| HSL | 132º | 0.88% | 0.16% | - |
| HSV(B) | 132º | 0.93% | 0.29% | - |
| XYZ | 2.7 | 5.11 | 1.46 | - |
| YUV | 47.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 19 | 0.93 | 0 | 0.75 | 0.71 | 132 | 0.88 | 0.16 |
| Hex | 5 | 4B | 13 | 5D | 0 | 4B | 47 | 84 | 58 | 10 |
| Octal | 5 | 113 | 23 | 135 | 0 | 113 | 107 | 204 | 130 | 20 |
| Binary | 101 | 1001011 | 10011 | 1011101 | 0 | 1001011 | 1000111 | 10000100 | 1011000 | 10000 |
Color Harmonies of #054B13
Complementary color
Monochromatic Colors of #054B13
Black with #054B13
Text Example
Text Example
White with #054B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B13; }
p { color: rgb(5,75,19); }
H1.HeaderClassName
{
color: #054B13;
}
.AnyTagClassName
{
color: #054B13;
}
</style>
background-color css
<style>
a { background-color: #054B13; }
a { background-color: rgb(5,75,19); }
div.DivClassName
{
background-color: #054B13;
}
.BgClassName
{
background-color: #054B13;
}
</style>
border-color css
<style>
span { border-color: #054B13; }
span { border-color: rgb(5,75,19); }
td.TdClassName
{
border-color: #054B13;
}
.TagClassName
{
border-color: #054B13;
}
</style>