Shades of Deep Fir #134420
Tints of Deep Fir #134420
RGB
CMYK
RGB Variations
Color information
#134420 (or 0x134420) is known color: Deep Fir. HEX triplet: 13, 44 and 20. RGB value is (19,68,32). Sum of RGB (Red+Green+Blue) = 19+68+32=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #134420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134420 is #ECBBDF. Grayscale: #313131. Windows color (decimal): -15514592 or 2114579. OLE color: 2114579.
HSL color Cylindrical-coordinate representation of color #134420: hue angle of 135.92º degrees, saturation: 0.56, 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 #134420 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 32 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.73 |
| HSL | 135.92º | 0.56% | 0.17% | - |
| HSV(B) | 135.92º | 0.72% | 0.27% | - |
| XYZ | 2.6 | 4.38 | 2.07 | - |
| YUV | 49.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 32 | 0.72 | 0 | 0.53 | 0.73 | 135.92 | 0.56 | 0.17 |
| Hex | 13 | 44 | 20 | 48 | 0 | 35 | 49 | 88 | 38 | 11 |
| Octal | 23 | 104 | 40 | 110 | 0 | 65 | 111 | 210 | 70 | 21 |
| Binary | 10011 | 1000100 | 100000 | 1001000 | 0 | 110101 | 1001001 | 10001000 | 111000 | 10001 |
Color Harmonies of #134420
Complementary color
Monochromatic Colors of #134420
Black with #134420
Text Example
Text Example
White with #134420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134420; }
p { color: rgb(19,68,32); }
H1.HeaderClassName
{
color: #134420;
}
.AnyTagClassName
{
color: #134420;
}
</style>
background-color css
<style>
a { background-color: #134420; }
a { background-color: rgb(19,68,32); }
div.DivClassName
{
background-color: #134420;
}
.BgClassName
{
background-color: #134420;
}
</style>
border-color css
<style>
span { border-color: #134420; }
span { border-color: rgb(19,68,32); }
td.TdClassName
{
border-color: #134420;
}
.TagClassName
{
border-color: #134420;
}
</style>