Shades of Deep Fir #134924
Tints of Deep Fir #134924
RGB
CMYK
RGB Variations
Color information
#134924 (or 0x134924) is known color: Deep Fir. HEX triplet: 13, 49 and 24. RGB value is (19,73,36). Sum of RGB (Red+Green+Blue) = 19+73+36=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #134924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134924 is #ECB6DB. Grayscale: #343434. Windows color (decimal): -15513308 or 2378003. OLE color: 2378003.
HSL color Cylindrical-coordinate representation of color #134924: hue angle of 138.89º 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 #134924 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 36 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.71 |
| HSL | 138.89º | 0.59% | 0.18% | - |
| HSV(B) | 138.89º | 0.74% | 0.29% | - |
| XYZ | 2.97 | 5.03 | 2.48 | - |
| YUV | 52.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 36 | 0.74 | 0 | 0.51 | 0.71 | 138.89 | 0.59 | 0.18 |
| Hex | 13 | 49 | 24 | 4A | 0 | 33 | 47 | 8B | 3B | 12 |
| Octal | 23 | 111 | 44 | 112 | 0 | 63 | 107 | 213 | 73 | 22 |
| Binary | 10011 | 1001001 | 100100 | 1001010 | 0 | 110011 | 1000111 | 10001011 | 111011 | 10010 |
Color Harmonies of #134924
Complementary color
Monochromatic Colors of #134924
Black with #134924
Text Example
Text Example
White with #134924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134924; }
p { color: rgb(19,73,36); }
H1.HeaderClassName
{
color: #134924;
}
.AnyTagClassName
{
color: #134924;
}
</style>
background-color css
<style>
a { background-color: #134924; }
a { background-color: rgb(19,73,36); }
div.DivClassName
{
background-color: #134924;
}
.BgClassName
{
background-color: #134924;
}
</style>
border-color css
<style>
span { border-color: #134924; }
span { border-color: rgb(19,73,36); }
td.TdClassName
{
border-color: #134924;
}
.TagClassName
{
border-color: #134924;
}
</style>