Shades of Deep Fir #134424
Tints of Deep Fir #134424
RGB
CMYK
RGB Variations
Color information
#134424 (or 0x134424) is known color: Deep Fir. HEX triplet: 13, 44 and 24. RGB value is (19,68,36). Sum of RGB (Red+Green+Blue) = 19+68+36=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #134424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134424 is #ECBBDB. Grayscale: #313131. Windows color (decimal): -15514588 or 2376723. OLE color: 2376723.
HSL color Cylindrical-coordinate representation of color #134424: hue angle of 140.82º 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 #134424 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 36 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.73 |
| HSL | 140.82º | 0.56% | 0.17% | - |
| HSV(B) | 140.82º | 0.72% | 0.27% | - |
| XYZ | 2.65 | 4.4 | 2.38 | - |
| YUV | 49.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 36 | 0.72 | 0 | 0.47 | 0.73 | 140.82 | 0.56 | 0.17 |
| Hex | 13 | 44 | 24 | 48 | 0 | 2F | 49 | 8D | 38 | 11 |
| Octal | 23 | 104 | 44 | 110 | 0 | 57 | 111 | 215 | 70 | 21 |
| Binary | 10011 | 1000100 | 100100 | 1001000 | 0 | 101111 | 1001001 | 10001101 | 111000 | 10001 |
Color Harmonies of #134424
Complementary color
Monochromatic Colors of #134424
Black with #134424
Text Example
Text Example
White with #134424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134424; }
p { color: rgb(19,68,36); }
H1.HeaderClassName
{
color: #134424;
}
.AnyTagClassName
{
color: #134424;
}
</style>
background-color css
<style>
a { background-color: #134424; }
a { background-color: rgb(19,68,36); }
div.DivClassName
{
background-color: #134424;
}
.BgClassName
{
background-color: #134424;
}
</style>
border-color css
<style>
span { border-color: #134424; }
span { border-color: rgb(19,68,36); }
td.TdClassName
{
border-color: #134424;
}
.TagClassName
{
border-color: #134424;
}
</style>