Shades of Deep Fir #144424
Tints of Deep Fir #144424
RGB
CMYK
RGB Variations
Color information
#144424 (or 0x144424) is known color: Deep Fir. HEX triplet: 14, 44 and 24. RGB value is (20,68,36). Sum of RGB (Red+Green+Blue) = 20+68+36=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #144424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144424 is #EBBBDB. Grayscale: #323232. Windows color (decimal): -15449052 or 2376724. OLE color: 2376724.
HSL color Cylindrical-coordinate representation of color #144424: hue angle of 140º 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 #144424 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 68 | 36 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.73 |
| HSL | 140º | 0.55% | 0.17% | - |
| HSV(B) | 140º | 0.71% | 0.27% | - |
| XYZ | 2.67 | 4.41 | 2.38 | - |
| YUV | 50 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 36 | 0.71 | 0 | 0.47 | 0.73 | 140 | 0.55 | 0.17 |
| Hex | 14 | 44 | 24 | 47 | 0 | 2F | 49 | 8C | 37 | 11 |
| Octal | 24 | 104 | 44 | 107 | 0 | 57 | 111 | 214 | 67 | 21 |
| Binary | 10100 | 1000100 | 100100 | 1000111 | 0 | 101111 | 1001001 | 10001100 | 110111 | 10001 |
Color Harmonies of #144424
Complementary color
Monochromatic Colors of #144424
Black with #144424
Text Example
Text Example
White with #144424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144424; }
p { color: rgb(20,68,36); }
H1.HeaderClassName
{
color: #144424;
}
.AnyTagClassName
{
color: #144424;
}
</style>
background-color css
<style>
a { background-color: #144424; }
a { background-color: rgb(20,68,36); }
div.DivClassName
{
background-color: #144424;
}
.BgClassName
{
background-color: #144424;
}
</style>
border-color css
<style>
span { border-color: #144424; }
span { border-color: rgb(20,68,36); }
td.TdClassName
{
border-color: #144424;
}
.TagClassName
{
border-color: #144424;
}
</style>