Shades of Deep Fir #154421
Tints of Deep Fir #154421
RGB
CMYK
RGB Variations
Color information
#154421 (or 0x154421) is known color: Deep Fir. HEX triplet: 15, 44 and 21. RGB value is (21,68,33). Sum of RGB (Red+Green+Blue) = 21+68+33=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #154421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154421 is #EABBDE. Grayscale: #323232. Windows color (decimal): -15383519 or 2180117. OLE color: 2180117.
HSL color Cylindrical-coordinate representation of color #154421: hue angle of 135.32º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154421 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 68 | 33 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.73 |
| HSL | 135.32º | 0.53% | 0.17% | - |
| HSV(B) | 135.32º | 0.69% | 0.27% | - |
| XYZ | 2.65 | 4.4 | 2.15 | - |
| YUV | 49.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 33 | 0.69 | 0 | 0.51 | 0.73 | 135.32 | 0.53 | 0.17 |
| Hex | 15 | 44 | 21 | 45 | 0 | 33 | 49 | 87 | 35 | 11 |
| Octal | 25 | 104 | 41 | 105 | 0 | 63 | 111 | 207 | 65 | 21 |
| Binary | 10101 | 1000100 | 100001 | 1000101 | 0 | 110011 | 1001001 | 10000111 | 110101 | 10001 |
Color Harmonies of #154421
Complementary color
Monochromatic Colors of #154421
Black with #154421
Text Example
Text Example
White with #154421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154421; }
p { color: rgb(21,68,33); }
H1.HeaderClassName
{
color: #154421;
}
.AnyTagClassName
{
color: #154421;
}
</style>
background-color css
<style>
a { background-color: #154421; }
a { background-color: rgb(21,68,33); }
div.DivClassName
{
background-color: #154421;
}
.BgClassName
{
background-color: #154421;
}
</style>
border-color css
<style>
span { border-color: #154421; }
span { border-color: rgb(21,68,33); }
td.TdClassName
{
border-color: #154421;
}
.TagClassName
{
border-color: #154421;
}
</style>