Shades of Deep Fir #134B1F
Tints of Deep Fir #134B1F
RGB
CMYK
RGB Variations
Color information
#134B1F (or 0x134B1F) is known color: Deep Fir. HEX triplet: 13, 4B and 1F. RGB value is (19,75,31). Sum of RGB (Red+Green+Blue) = 19+75+31=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #134B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B1F is #ECB4E0. Grayscale: #353535. Windows color (decimal): -15512801 or 2050835. OLE color: 2050835.
HSL color Cylindrical-coordinate representation of color #134B1F: hue angle of 132.86º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B1F is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 31 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.71 |
| HSL | 132.86º | 0.6% | 0.18% | - |
| HSV(B) | 132.86º | 0.75% | 0.29% | - |
| XYZ | 3.03 | 5.27 | 2.15 | - |
| YUV | 53.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 31 | 0.75 | 0 | 0.59 | 0.71 | 132.86 | 0.6 | 0.18 |
| Hex | 13 | 4B | 1F | 4B | 0 | 3B | 47 | 85 | 3C | 12 |
| Octal | 23 | 113 | 37 | 113 | 0 | 73 | 107 | 205 | 74 | 22 |
| Binary | 10011 | 1001011 | 11111 | 1001011 | 0 | 111011 | 1000111 | 10000101 | 111100 | 10010 |
Color Harmonies of #134B1F
Complementary color
Monochromatic Colors of #134B1F
Black with #134B1F
Text Example
Text Example
White with #134B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B1F; }
p { color: rgb(19,75,31); }
H1.HeaderClassName
{
color: #134B1F;
}
.AnyTagClassName
{
color: #134B1F;
}
</style>
background-color css
<style>
a { background-color: #134B1F; }
a { background-color: rgb(19,75,31); }
div.DivClassName
{
background-color: #134B1F;
}
.BgClassName
{
background-color: #134B1F;
}
</style>
border-color css
<style>
span { border-color: #134B1F; }
span { border-color: rgb(19,75,31); }
td.TdClassName
{
border-color: #134B1F;
}
.TagClassName
{
border-color: #134B1F;
}
</style>