Shades of Deep Fir #154420
Tints of Deep Fir #154420
RGB
CMYK
RGB Variations
Color information
#154420 (or 0x154420) is known color: Deep Fir. HEX triplet: 15, 44 and 20. RGB value is (21,68,32). Sum of RGB (Red+Green+Blue) = 21+68+32=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #154420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154420 is #EABBDF. Grayscale: #313131. Windows color (decimal): -15383520 or 2114581. OLE color: 2114581.
HSL color Cylindrical-coordinate representation of color #154420: hue angle of 134.04º 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 #154420 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 68 | 32 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.73 |
| HSL | 134.04º | 0.53% | 0.17% | - |
| HSV(B) | 134.04º | 0.69% | 0.27% | - |
| XYZ | 2.64 | 4.4 | 2.08 | - |
| YUV | 49.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 32 | 0.69 | 0 | 0.53 | 0.73 | 134.04 | 0.53 | 0.17 |
| Hex | 15 | 44 | 20 | 45 | 0 | 35 | 49 | 86 | 35 | 11 |
| Octal | 25 | 104 | 40 | 105 | 0 | 65 | 111 | 206 | 65 | 21 |
| Binary | 10101 | 1000100 | 100000 | 1000101 | 0 | 110101 | 1001001 | 10000110 | 110101 | 10001 |
Color Harmonies of #154420
Complementary color
Monochromatic Colors of #154420
Black with #154420
Text Example
Text Example
White with #154420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154420; }
p { color: rgb(21,68,32); }
H1.HeaderClassName
{
color: #154420;
}
.AnyTagClassName
{
color: #154420;
}
</style>
background-color css
<style>
a { background-color: #154420; }
a { background-color: rgb(21,68,32); }
div.DivClassName
{
background-color: #154420;
}
.BgClassName
{
background-color: #154420;
}
</style>
border-color css
<style>
span { border-color: #154420; }
span { border-color: rgb(21,68,32); }
td.TdClassName
{
border-color: #154420;
}
.TagClassName
{
border-color: #154420;
}
</style>