Shades of Deep Fir #134921
Tints of Deep Fir #134921
RGB
CMYK
RGB Variations
Color information
#134921 (or 0x134921) is known color: Deep Fir. HEX triplet: 13, 49 and 21. RGB value is (19,73,33). Sum of RGB (Red+Green+Blue) = 19+73+33=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #134921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134921 is #ECB6DE. Grayscale: #343434. Windows color (decimal): -15513311 or 2181395. OLE color: 2181395.
HSL color Cylindrical-coordinate representation of color #134921: hue angle of 135.56º 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 #134921 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 33 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.71 |
| HSL | 135.56º | 0.59% | 0.18% | - |
| HSV(B) | 135.56º | 0.74% | 0.29% | - |
| XYZ | 2.93 | 5.01 | 2.25 | - |
| YUV | 52.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 33 | 0.74 | 0 | 0.55 | 0.71 | 135.56 | 0.59 | 0.18 |
| Hex | 13 | 49 | 21 | 4A | 0 | 37 | 47 | 88 | 3B | 12 |
| Octal | 23 | 111 | 41 | 112 | 0 | 67 | 107 | 210 | 73 | 22 |
| Binary | 10011 | 1001001 | 100001 | 1001010 | 0 | 110111 | 1000111 | 10001000 | 111011 | 10010 |
Color Harmonies of #134921
Complementary color
Monochromatic Colors of #134921
Black with #134921
Text Example
Text Example
White with #134921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134921; }
p { color: rgb(19,73,33); }
H1.HeaderClassName
{
color: #134921;
}
.AnyTagClassName
{
color: #134921;
}
</style>
background-color css
<style>
a { background-color: #134921; }
a { background-color: rgb(19,73,33); }
div.DivClassName
{
background-color: #134921;
}
.BgClassName
{
background-color: #134921;
}
</style>
border-color css
<style>
span { border-color: #134921; }
span { border-color: rgb(19,73,33); }
td.TdClassName
{
border-color: #134921;
}
.TagClassName
{
border-color: #134921;
}
</style>