Shades of Deep Fir #144420
Tints of Deep Fir #144420
RGB
CMYK
RGB Variations
Color information
#144420 (or 0x144420) is known color: Deep Fir. HEX triplet: 14, 44 and 20. RGB value is (20,68,32). Sum of RGB (Red+Green+Blue) = 20+68+32=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #144420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144420 is #EBBBDF. Grayscale: #313131. Windows color (decimal): -15449056 or 2114580. OLE color: 2114580.
HSL color Cylindrical-coordinate representation of color #144420: hue angle of 135º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144420 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 68 | 32 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.73 |
| HSL | 135º | 0.55% | 0.17% | - |
| HSV(B) | 135º | 0.71% | 0.27% | - |
| XYZ | 2.62 | 4.39 | 2.08 | - |
| YUV | 49.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 32 | 0.71 | 0 | 0.53 | 0.73 | 135 | 0.55 | 0.17 |
| Hex | 14 | 44 | 20 | 47 | 0 | 35 | 49 | 87 | 37 | 11 |
| Octal | 24 | 104 | 40 | 107 | 0 | 65 | 111 | 207 | 67 | 21 |
| Binary | 10100 | 1000100 | 100000 | 1000111 | 0 | 110101 | 1001001 | 10000111 | 110111 | 10001 |
Color Harmonies of #144420
Complementary color
Monochromatic Colors of #144420
Black with #144420
Text Example
Text Example
White with #144420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144420; }
p { color: rgb(20,68,32); }
H1.HeaderClassName
{
color: #144420;
}
.AnyTagClassName
{
color: #144420;
}
</style>
background-color css
<style>
a { background-color: #144420; }
a { background-color: rgb(20,68,32); }
div.DivClassName
{
background-color: #144420;
}
.BgClassName
{
background-color: #144420;
}
</style>
border-color css
<style>
span { border-color: #144420; }
span { border-color: rgb(20,68,32); }
td.TdClassName
{
border-color: #144420;
}
.TagClassName
{
border-color: #144420;
}
</style>