Shades of Deep Fir #134C1D
Tints of Deep Fir #134C1D
RGB
CMYK
RGB Variations
Color information
#134C1D (or 0x134C1D) is known color: Deep Fir. HEX triplet: 13, 4C and 1D. RGB value is (19,76,29). Sum of RGB (Red+Green+Blue) = 19+76+29=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #134C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C1D is #ECB3E2. Grayscale: #353535. Windows color (decimal): -15512547 or 1920019. OLE color: 1920019.
HSL color Cylindrical-coordinate representation of color #134C1D: hue angle of 130.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C1D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 29 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.70 |
| HSL | 130.53º | 0.6% | 0.19% | - |
| HSV(B) | 130.53º | 0.75% | 0.3% | - |
| XYZ | 3.07 | 5.4 | 2.04 | - |
| YUV | 53.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 29 | 0.75 | 0 | 0.62 | 0.70 | 130.53 | 0.6 | 0.19 |
| Hex | 13 | 4C | 1D | 4B | 0 | 3E | 46 | 83 | 3C | 13 |
| Octal | 23 | 114 | 35 | 113 | 0 | 76 | 106 | 203 | 74 | 23 |
| Binary | 10011 | 1001100 | 11101 | 1001011 | 0 | 111110 | 1000110 | 10000011 | 111100 | 10011 |
Color Harmonies of #134C1D
Complementary color
Monochromatic Colors of #134C1D
Black with #134C1D
Text Example
Text Example
White with #134C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C1D; }
p { color: rgb(19,76,29); }
H1.HeaderClassName
{
color: #134C1D;
}
.AnyTagClassName
{
color: #134C1D;
}
</style>
background-color css
<style>
a { background-color: #134C1D; }
a { background-color: rgb(19,76,29); }
div.DivClassName
{
background-color: #134C1D;
}
.BgClassName
{
background-color: #134C1D;
}
</style>
border-color css
<style>
span { border-color: #134C1D; }
span { border-color: rgb(19,76,29); }
td.TdClassName
{
border-color: #134C1D;
}
.TagClassName
{
border-color: #134C1D;
}
</style>