Shades of Deep Fir #144620
Tints of Deep Fir #144620
RGB
CMYK
RGB Variations
Color information
#144620 (or 0x144620) is known color: Deep Fir. HEX triplet: 14, 46 and 20. RGB value is (20,70,32). Sum of RGB (Red+Green+Blue) = 20+70+32=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #144620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144620 is #EBB9DF. Grayscale: #323232. Windows color (decimal): -15448544 or 2115092. OLE color: 2115092.
HSL color Cylindrical-coordinate representation of color #144620: hue angle of 134.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144620 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 32 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.73 |
| HSL | 134.4º | 0.56% | 0.18% | - |
| HSV(B) | 134.4º | 0.71% | 0.27% | - |
| XYZ | 2.74 | 4.63 | 2.12 | - |
| YUV | 50.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 32 | 0.71 | 0 | 0.54 | 0.73 | 134.4 | 0.56 | 0.18 |
| Hex | 14 | 46 | 20 | 47 | 0 | 36 | 49 | 86 | 38 | 12 |
| Octal | 24 | 106 | 40 | 107 | 0 | 66 | 111 | 206 | 70 | 22 |
| Binary | 10100 | 1000110 | 100000 | 1000111 | 0 | 110110 | 1001001 | 10000110 | 111000 | 10010 |
Color Harmonies of #144620
Complementary color
Monochromatic Colors of #144620
Black with #144620
Text Example
Text Example
White with #144620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144620; }
p { color: rgb(20,70,32); }
H1.HeaderClassName
{
color: #144620;
}
.AnyTagClassName
{
color: #144620;
}
</style>
background-color css
<style>
a { background-color: #144620; }
a { background-color: rgb(20,70,32); }
div.DivClassName
{
background-color: #144620;
}
.BgClassName
{
background-color: #144620;
}
</style>
border-color css
<style>
span { border-color: #144620; }
span { border-color: rgb(20,70,32); }
td.TdClassName
{
border-color: #144620;
}
.TagClassName
{
border-color: #144620;
}
</style>