Shades of Deep Fir #134A1D
Tints of Deep Fir #134A1D
RGB
CMYK
RGB Variations
Color information
#134A1D (or 0x134A1D) is known color: Deep Fir. HEX triplet: 13, 4A and 1D. RGB value is (19,74,29). Sum of RGB (Red+Green+Blue) = 19+74+29=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #134A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A1D is #ECB5E2. Grayscale: #343434. Windows color (decimal): -15513059 or 1919507. OLE color: 1919507.
HSL color Cylindrical-coordinate representation of color #134A1D: hue angle of 130.91º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134A1D is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 29 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.71 |
| HSL | 130.91º | 0.59% | 0.18% | - |
| HSV(B) | 130.91º | 0.74% | 0.29% | - |
| XYZ | 2.94 | 5.12 | 2 | - |
| YUV | 52.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 29 | 0.74 | 0 | 0.61 | 0.71 | 130.91 | 0.59 | 0.18 |
| Hex | 13 | 4A | 1D | 4A | 0 | 3D | 47 | 83 | 3B | 12 |
| Octal | 23 | 112 | 35 | 112 | 0 | 75 | 107 | 203 | 73 | 22 |
| Binary | 10011 | 1001010 | 11101 | 1001010 | 0 | 111101 | 1000111 | 10000011 | 111011 | 10010 |
Color Harmonies of #134A1D
Complementary color
Monochromatic Colors of #134A1D
Black with #134A1D
Text Example
Text Example
White with #134A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A1D; }
p { color: rgb(19,74,29); }
H1.HeaderClassName
{
color: #134A1D;
}
.AnyTagClassName
{
color: #134A1D;
}
</style>
background-color css
<style>
a { background-color: #134A1D; }
a { background-color: rgb(19,74,29); }
div.DivClassName
{
background-color: #134A1D;
}
.BgClassName
{
background-color: #134A1D;
}
</style>
border-color css
<style>
span { border-color: #134A1D; }
span { border-color: rgb(19,74,29); }
td.TdClassName
{
border-color: #134A1D;
}
.TagClassName
{
border-color: #134A1D;
}
</style>