Shades of Deep Fir #144521
Tints of Deep Fir #144521
RGB
CMYK
RGB Variations
Color information
#144521 (or 0x144521) is known color: Deep Fir. HEX triplet: 14, 45 and 21. RGB value is (20,69,33). Sum of RGB (Red+Green+Blue) = 20+69+33=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #144521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144521 is #EBBADE. Grayscale: #323232. Windows color (decimal): -15448799 or 2180372. OLE color: 2180372.
HSL color Cylindrical-coordinate representation of color #144521: hue angle of 135.92º 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 #144521 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 69 | 33 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.73 |
| HSL | 135.92º | 0.55% | 0.17% | - |
| HSV(B) | 135.92º | 0.71% | 0.27% | - |
| XYZ | 2.69 | 4.51 | 2.17 | - |
| YUV | 50.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 33 | 0.71 | 0 | 0.52 | 0.73 | 135.92 | 0.55 | 0.17 |
| Hex | 14 | 45 | 21 | 47 | 0 | 34 | 49 | 88 | 37 | 11 |
| Octal | 24 | 105 | 41 | 107 | 0 | 64 | 111 | 210 | 67 | 21 |
| Binary | 10100 | 1000101 | 100001 | 1000111 | 0 | 110100 | 1001001 | 10001000 | 110111 | 10001 |
Color Harmonies of #144521
Complementary color
Monochromatic Colors of #144521
Black with #144521
Text Example
Text Example
White with #144521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144521; }
p { color: rgb(20,69,33); }
H1.HeaderClassName
{
color: #144521;
}
.AnyTagClassName
{
color: #144521;
}
</style>
background-color css
<style>
a { background-color: #144521; }
a { background-color: rgb(20,69,33); }
div.DivClassName
{
background-color: #144521;
}
.BgClassName
{
background-color: #144521;
}
</style>
border-color css
<style>
span { border-color: #144521; }
span { border-color: rgb(20,69,33); }
td.TdClassName
{
border-color: #144521;
}
.TagClassName
{
border-color: #144521;
}
</style>