Shades of Deep Fir #134A21
Tints of Deep Fir #134A21
RGB
CMYK
RGB Variations
Color information
#134A21 (or 0x134A21) is known color: Deep Fir. HEX triplet: 13, 4A and 21. RGB value is (19,74,33). Sum of RGB (Red+Green+Blue) = 19+74+33=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 74 (29.30% from 255 or 58.73% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 74 - color contains mainly: green. Hex color #134A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134A21 is #ECB5DE. Grayscale: #343434. Windows color (decimal): -15513055 or 2181651. OLE color: 2181651.
HSL color Cylindrical-coordinate representation of color #134A21: hue angle of 135.27º 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 #134A21 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 33 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.71 |
| HSL | 135.27º | 0.59% | 0.18% | - |
| HSV(B) | 135.27º | 0.74% | 0.29% | - |
| XYZ | 2.99 | 5.15 | 2.27 | - |
| YUV | 52.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 33 | 0.74 | 0 | 0.55 | 0.71 | 135.27 | 0.59 | 0.18 |
| Hex | 13 | 4A | 21 | 4A | 0 | 37 | 47 | 87 | 3B | 12 |
| Octal | 23 | 112 | 41 | 112 | 0 | 67 | 107 | 207 | 73 | 22 |
| Binary | 10011 | 1001010 | 100001 | 1001010 | 0 | 110111 | 1000111 | 10000111 | 111011 | 10010 |
Color Harmonies of #134A21
Complementary color
Monochromatic Colors of #134A21
Black with #134A21
Text Example
Text Example
White with #134A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A21; }
p { color: rgb(19,74,33); }
H1.HeaderClassName
{
color: #134A21;
}
.AnyTagClassName
{
color: #134A21;
}
</style>
background-color css
<style>
a { background-color: #134A21; }
a { background-color: rgb(19,74,33); }
div.DivClassName
{
background-color: #134A21;
}
.BgClassName
{
background-color: #134A21;
}
</style>
border-color css
<style>
span { border-color: #134A21; }
span { border-color: rgb(19,74,33); }
td.TdClassName
{
border-color: #134A21;
}
.TagClassName
{
border-color: #134A21;
}
</style>