Shades of Deep Fir #144B20
Tints of Deep Fir #144B20
RGB
CMYK
RGB Variations
Color information
#144B20 (or 0x144B20) is known color: Deep Fir. HEX triplet: 14, 4B and 20. RGB value is (20,75,32). Sum of RGB (Red+Green+Blue) = 20+75+32=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #144B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B20 is #EBB4DF. Grayscale: #353535. Windows color (decimal): -15447264 or 2116372. OLE color: 2116372.
HSL color Cylindrical-coordinate representation of color #144B20: hue angle of 133.09º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B20 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 32 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.71 |
| HSL | 133.09º | 0.58% | 0.19% | - |
| HSV(B) | 133.09º | 0.73% | 0.29% | - |
| XYZ | 3.07 | 5.29 | 2.23 | - |
| YUV | 53.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 32 | 0.73 | 0 | 0.57 | 0.71 | 133.09 | 0.58 | 0.19 |
| Hex | 14 | 4B | 20 | 49 | 0 | 39 | 47 | 85 | 3A | 13 |
| Octal | 24 | 113 | 40 | 111 | 0 | 71 | 107 | 205 | 72 | 23 |
| Binary | 10100 | 1001011 | 100000 | 1001001 | 0 | 111001 | 1000111 | 10000101 | 111010 | 10011 |
Color Harmonies of #144B20
Complementary color
Monochromatic Colors of #144B20
Black with #144B20
Text Example
Text Example
White with #144B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B20; }
p { color: rgb(20,75,32); }
H1.HeaderClassName
{
color: #144B20;
}
.AnyTagClassName
{
color: #144B20;
}
</style>
background-color css
<style>
a { background-color: #144B20; }
a { background-color: rgb(20,75,32); }
div.DivClassName
{
background-color: #144B20;
}
.BgClassName
{
background-color: #144B20;
}
</style>
border-color css
<style>
span { border-color: #144B20; }
span { border-color: rgb(20,75,32); }
td.TdClassName
{
border-color: #144B20;
}
.TagClassName
{
border-color: #144B20;
}
</style>