Shades of Deep Fir #144621
Tints of Deep Fir #144621
RGB
CMYK
RGB Variations
Color information
#144621 (or 0x144621) is known color: Deep Fir. HEX triplet: 14, 46 and 21. RGB value is (20,70,33). Sum of RGB (Red+Green+Blue) = 20+70+33=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #144621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144621 is #EBB9DE. Grayscale: #323232. Windows color (decimal): -15448543 or 2180628. OLE color: 2180628.
HSL color Cylindrical-coordinate representation of color #144621: hue angle of 135.6º 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 #144621 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 33 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.73 |
| HSL | 135.6º | 0.56% | 0.18% | - |
| HSV(B) | 135.6º | 0.71% | 0.27% | - |
| XYZ | 2.75 | 4.64 | 2.19 | - |
| YUV | 50.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 33 | 0.71 | 0 | 0.53 | 0.73 | 135.6 | 0.56 | 0.18 |
| Hex | 14 | 46 | 21 | 47 | 0 | 35 | 49 | 88 | 38 | 12 |
| Octal | 24 | 106 | 41 | 107 | 0 | 65 | 111 | 210 | 70 | 22 |
| Binary | 10100 | 1000110 | 100001 | 1000111 | 0 | 110101 | 1001001 | 10001000 | 111000 | 10010 |
Color Harmonies of #144621
Complementary color
Monochromatic Colors of #144621
Black with #144621
Text Example
Text Example
White with #144621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144621; }
p { color: rgb(20,70,33); }
H1.HeaderClassName
{
color: #144621;
}
.AnyTagClassName
{
color: #144621;
}
</style>
background-color css
<style>
a { background-color: #144621; }
a { background-color: rgb(20,70,33); }
div.DivClassName
{
background-color: #144621;
}
.BgClassName
{
background-color: #144621;
}
</style>
border-color css
<style>
span { border-color: #144621; }
span { border-color: rgb(20,70,33); }
td.TdClassName
{
border-color: #144621;
}
.TagClassName
{
border-color: #144621;
}
</style>