Shades of Deep Fir #134520
Tints of Deep Fir #134520
RGB
CMYK
RGB Variations
Color information
#134520 (or 0x134520) is known color: Deep Fir. HEX triplet: 13, 45 and 20. RGB value is (19,69,32). Sum of RGB (Red+Green+Blue) = 19+69+32=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #134520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134520 is #ECBADF. Grayscale: #313131. Windows color (decimal): -15514336 or 2114835. OLE color: 2114835.
HSL color Cylindrical-coordinate representation of color #134520: hue angle of 135.6º 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 #134520 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 69 | 32 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.73 |
| HSL | 135.6º | 0.57% | 0.17% | - |
| HSV(B) | 135.6º | 0.72% | 0.27% | - |
| XYZ | 2.66 | 4.5 | 2.09 | - |
| YUV | 49.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 32 | 0.72 | 0 | 0.54 | 0.73 | 135.6 | 0.57 | 0.17 |
| Hex | 13 | 45 | 20 | 48 | 0 | 36 | 49 | 88 | 39 | 11 |
| Octal | 23 | 105 | 40 | 110 | 0 | 66 | 111 | 210 | 71 | 21 |
| Binary | 10011 | 1000101 | 100000 | 1001000 | 0 | 110110 | 1001001 | 10001000 | 111001 | 10001 |
Color Harmonies of #134520
Complementary color
Monochromatic Colors of #134520
Black with #134520
Text Example
Text Example
White with #134520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134520; }
p { color: rgb(19,69,32); }
H1.HeaderClassName
{
color: #134520;
}
.AnyTagClassName
{
color: #134520;
}
</style>
background-color css
<style>
a { background-color: #134520; }
a { background-color: rgb(19,69,32); }
div.DivClassName
{
background-color: #134520;
}
.BgClassName
{
background-color: #134520;
}
</style>
border-color css
<style>
span { border-color: #134520; }
span { border-color: rgb(19,69,32); }
td.TdClassName
{
border-color: #134520;
}
.TagClassName
{
border-color: #134520;
}
</style>