Shades of Deep Fir #053812
Tints of Deep Fir #053812
RGB
CMYK
RGB Variations
Color information
#053812 (or 0x053812) is known color: Deep Fir. HEX triplet: 05, 38 and 12. RGB value is (5,56,18). Sum of RGB (Red+Green+Blue) = 5+56+18=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #053812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053812 is #FAC7ED. Grayscale: #242424. Windows color (decimal): -16435182 or 1193989. OLE color: 1193989.
HSL color Cylindrical-coordinate representation of color #053812: hue angle of 135.29º degrees, saturation: 0.84, 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 #053812 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 18 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.78 |
| HSL | 135.29º | 0.84% | 0.12% | - |
| HSV(B) | 135.29º | 0.91% | 0.22% | - |
| XYZ | 1.59 | 2.9 | 1.05 | - |
| YUV | 36.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 18 | 0.91 | 0 | 0.68 | 0.78 | 135.29 | 0.84 | 0.12 |
| Hex | 5 | 38 | 12 | 5B | 0 | 44 | 4E | 87 | 54 | C |
| Octal | 5 | 70 | 22 | 133 | 0 | 104 | 116 | 207 | 124 | 14 |
| Binary | 101 | 111000 | 10010 | 1011011 | 0 | 1000100 | 1001110 | 10000111 | 1010100 | 1100 |
Color Harmonies of #053812
Complementary color
Monochromatic Colors of #053812
Black with #053812
Text Example
Text Example
White with #053812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053812; }
p { color: rgb(5,56,18); }
H1.HeaderClassName
{
color: #053812;
}
.AnyTagClassName
{
color: #053812;
}
</style>
background-color css
<style>
a { background-color: #053812; }
a { background-color: rgb(5,56,18); }
div.DivClassName
{
background-color: #053812;
}
.BgClassName
{
background-color: #053812;
}
</style>
border-color css
<style>
span { border-color: #053812; }
span { border-color: rgb(5,56,18); }
td.TdClassName
{
border-color: #053812;
}
.TagClassName
{
border-color: #053812;
}
</style>