Shades of Deep Fir #13451E
Tints of Deep Fir #13451E
RGB
CMYK
RGB Variations
Color information
#13451E (or 0x13451E) is known color: Deep Fir. HEX triplet: 13, 45 and 1E. RGB value is (19,69,30). Sum of RGB (Red+Green+Blue) = 19+69+30=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #13451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13451E is #ECBAE1. Grayscale: #313131. Windows color (decimal): -15514338 or 1983763. OLE color: 1983763.
HSL color Cylindrical-coordinate representation of color #13451E: hue angle of 133.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13451E is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 30 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.73 |
| HSL | 133.2º | 0.57% | 0.17% | - |
| HSV(B) | 133.2º | 0.72% | 0.27% | - |
| XYZ | 2.63 | 4.49 | 1.96 | - |
| YUV | 49.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 30 | 0.72 | 0 | 0.57 | 0.73 | 133.2 | 0.57 | 0.17 |
| Hex | 13 | 45 | 1E | 48 | 0 | 39 | 49 | 85 | 39 | 11 |
| Octal | 23 | 105 | 36 | 110 | 0 | 71 | 111 | 205 | 71 | 21 |
| Binary | 10011 | 1000101 | 11110 | 1001000 | 0 | 111001 | 1001001 | 10000101 | 111001 | 10001 |
Color Harmonies of #13451E
Complementary color
Monochromatic Colors of #13451E
Black with #13451E
Text Example
Text Example
White with #13451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13451E; }
p { color: rgb(19,69,30); }
H1.HeaderClassName
{
color: #13451E;
}
.AnyTagClassName
{
color: #13451E;
}
</style>
background-color css
<style>
a { background-color: #13451E; }
a { background-color: rgb(19,69,30); }
div.DivClassName
{
background-color: #13451E;
}
.BgClassName
{
background-color: #13451E;
}
</style>
border-color css
<style>
span { border-color: #13451E; }
span { border-color: rgb(19,69,30); }
td.TdClassName
{
border-color: #13451E;
}
.TagClassName
{
border-color: #13451E;
}
</style>