Shades of Deep Fir #144525
Tints of Deep Fir #144525
RGB
CMYK
RGB Variations
Color information
#144525 (or 0x144525) is known color: Deep Fir. HEX triplet: 14, 45 and 25. RGB value is (20,69,37). Sum of RGB (Red+Green+Blue) = 20+69+37=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #144525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144525 is #EBBADA. Grayscale: #323232. Windows color (decimal): -15448795 or 2442516. OLE color: 2442516.
HSL color Cylindrical-coordinate representation of color #144525: hue angle of 140.82º 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 #144525 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 69 | 37 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.73 |
| HSL | 140.82º | 0.55% | 0.17% | - |
| HSV(B) | 140.82º | 0.71% | 0.27% | - |
| XYZ | 2.75 | 4.54 | 2.48 | - |
| YUV | 50.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 37 | 0.71 | 0 | 0.46 | 0.73 | 140.82 | 0.55 | 0.17 |
| Hex | 14 | 45 | 25 | 47 | 0 | 2E | 49 | 8D | 37 | 11 |
| Octal | 24 | 105 | 45 | 107 | 0 | 56 | 111 | 215 | 67 | 21 |
| Binary | 10100 | 1000101 | 100101 | 1000111 | 0 | 101110 | 1001001 | 10001101 | 110111 | 10001 |
Color Harmonies of #144525
Complementary color
Monochromatic Colors of #144525
Black with #144525
Text Example
Text Example
White with #144525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144525; }
p { color: rgb(20,69,37); }
H1.HeaderClassName
{
color: #144525;
}
.AnyTagClassName
{
color: #144525;
}
</style>
background-color css
<style>
a { background-color: #144525; }
a { background-color: rgb(20,69,37); }
div.DivClassName
{
background-color: #144525;
}
.BgClassName
{
background-color: #144525;
}
</style>
border-color css
<style>
span { border-color: #144525; }
span { border-color: rgb(20,69,37); }
td.TdClassName
{
border-color: #144525;
}
.TagClassName
{
border-color: #144525;
}
</style>