Shades of Deep Fir #114A20
Tints of Deep Fir #114A20
RGB
CMYK
RGB Variations
Color information
#114A20 (or 0x114A20) is known color: Deep Fir. HEX triplet: 11, 4A and 20. RGB value is (17,74,32). Sum of RGB (Red+Green+Blue) = 17+74+32=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #114A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A20 is #EEB5DF. Grayscale: #343434. Windows color (decimal): -15644128 or 2116113. OLE color: 2116113.
HSL color Cylindrical-coordinate representation of color #114A20: hue angle of 135.79º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A20 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 32 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.71 |
| HSL | 135.79º | 0.63% | 0.18% | - |
| HSV(B) | 135.79º | 0.77% | 0.29% | - |
| XYZ | 2.94 | 5.12 | 2.2 | - |
| YUV | 52.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 32 | 0.77 | 0 | 0.57 | 0.71 | 135.79 | 0.63 | 0.18 |
| Hex | 11 | 4A | 20 | 4D | 0 | 39 | 47 | 88 | 3F | 12 |
| Octal | 21 | 112 | 40 | 115 | 0 | 71 | 107 | 210 | 77 | 22 |
| Binary | 10001 | 1001010 | 100000 | 1001101 | 0 | 111001 | 1000111 | 10001000 | 111111 | 10010 |
Color Harmonies of #114A20
Complementary color
Monochromatic Colors of #114A20
Black with #114A20
Text Example
Text Example
White with #114A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A20; }
p { color: rgb(17,74,32); }
H1.HeaderClassName
{
color: #114A20;
}
.AnyTagClassName
{
color: #114A20;
}
</style>
background-color css
<style>
a { background-color: #114A20; }
a { background-color: rgb(17,74,32); }
div.DivClassName
{
background-color: #114A20;
}
.BgClassName
{
background-color: #114A20;
}
</style>
border-color css
<style>
span { border-color: #114A20; }
span { border-color: rgb(17,74,32); }
td.TdClassName
{
border-color: #114A20;
}
.TagClassName
{
border-color: #114A20;
}
</style>