Shades of Deep Fir #144625
Tints of Deep Fir #144625
RGB
CMYK
RGB Variations
Color information
#144625 (or 0x144625) is known color: Deep Fir. HEX triplet: 14, 46 and 25. RGB value is (20,70,37). Sum of RGB (Red+Green+Blue) = 20+70+37=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #144625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144625 is #EBB9DA. Grayscale: #333333. Windows color (decimal): -15448539 or 2442772. OLE color: 2442772.
HSL color Cylindrical-coordinate representation of color #144625: hue angle of 140.4º 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 #144625 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 37 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.73 |
| HSL | 140.4º | 0.56% | 0.18% | - |
| HSV(B) | 140.4º | 0.71% | 0.27% | - |
| XYZ | 2.81 | 4.66 | 2.5 | - |
| YUV | 51.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 37 | 0.71 | 0 | 0.47 | 0.73 | 140.4 | 0.56 | 0.18 |
| Hex | 14 | 46 | 25 | 47 | 0 | 2F | 49 | 8C | 38 | 12 |
| Octal | 24 | 106 | 45 | 107 | 0 | 57 | 111 | 214 | 70 | 22 |
| Binary | 10100 | 1000110 | 100101 | 1000111 | 0 | 101111 | 1001001 | 10001100 | 111000 | 10010 |
Color Harmonies of #144625
Complementary color
Monochromatic Colors of #144625
Black with #144625
Text Example
Text Example
White with #144625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144625; }
p { color: rgb(20,70,37); }
H1.HeaderClassName
{
color: #144625;
}
.AnyTagClassName
{
color: #144625;
}
</style>
background-color css
<style>
a { background-color: #144625; }
a { background-color: rgb(20,70,37); }
div.DivClassName
{
background-color: #144625;
}
.BgClassName
{
background-color: #144625;
}
</style>
border-color css
<style>
span { border-color: #144625; }
span { border-color: rgb(20,70,37); }
td.TdClassName
{
border-color: #144625;
}
.TagClassName
{
border-color: #144625;
}
</style>