Shades of Deep Fir #134E20
Tints of Deep Fir #134E20
RGB
CMYK
RGB Variations
Color information
#134E20 (or 0x134E20) is known color: Deep Fir. HEX triplet: 13, 4E and 20. RGB value is (19,78,32). Sum of RGB (Red+Green+Blue) = 19+78+32=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #134E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E20 is #ECB1DF. Grayscale: #373737. Windows color (decimal): -15512032 or 2117139. OLE color: 2117139.
HSL color Cylindrical-coordinate representation of color #134E20: hue angle of 133.22º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E20 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 32 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.69 |
| HSL | 133.22º | 0.61% | 0.19% | - |
| HSV(B) | 133.22º | 0.76% | 0.31% | - |
| XYZ | 3.25 | 5.69 | 2.29 | - |
| YUV | 55.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 32 | 0.76 | 0 | 0.59 | 0.69 | 133.22 | 0.61 | 0.19 |
| Hex | 13 | 4E | 20 | 4C | 0 | 3B | 45 | 85 | 3D | 13 |
| Octal | 23 | 116 | 40 | 114 | 0 | 73 | 105 | 205 | 75 | 23 |
| Binary | 10011 | 1001110 | 100000 | 1001100 | 0 | 111011 | 1000101 | 10000101 | 111101 | 10011 |
Color Harmonies of #134E20
Complementary color
Monochromatic Colors of #134E20
Black with #134E20
Text Example
Text Example
White with #134E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E20; }
p { color: rgb(19,78,32); }
H1.HeaderClassName
{
color: #134E20;
}
.AnyTagClassName
{
color: #134E20;
}
</style>
background-color css
<style>
a { background-color: #134E20; }
a { background-color: rgb(19,78,32); }
div.DivClassName
{
background-color: #134E20;
}
.BgClassName
{
background-color: #134E20;
}
</style>
border-color css
<style>
span { border-color: #134E20; }
span { border-color: rgb(19,78,32); }
td.TdClassName
{
border-color: #134E20;
}
.TagClassName
{
border-color: #134E20;
}
</style>