Shades of Deep Fir #154720
Tints of Deep Fir #154720
RGB
CMYK
RGB Variations
Color information
#154720 (or 0x154720) is known color: Deep Fir. HEX triplet: 15, 47 and 20. RGB value is (21,71,32). Sum of RGB (Red+Green+Blue) = 21+71+32=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #154720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154720 is #EAB8DF. Grayscale: #333333. Windows color (decimal): -15382752 or 2115349. OLE color: 2115349.
HSL color Cylindrical-coordinate representation of color #154720: hue angle of 133.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154720 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 32 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.72 |
| HSL | 133.2º | 0.54% | 0.18% | - |
| HSV(B) | 133.2º | 0.7% | 0.28% | - |
| XYZ | 2.82 | 4.77 | 2.14 | - |
| YUV | 51.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 32 | 0.70 | 0 | 0.55 | 0.72 | 133.2 | 0.54 | 0.18 |
| Hex | 15 | 47 | 20 | 46 | 0 | 37 | 48 | 85 | 36 | 12 |
| Octal | 25 | 107 | 40 | 106 | 0 | 67 | 110 | 205 | 66 | 22 |
| Binary | 10101 | 1000111 | 100000 | 1000110 | 0 | 110111 | 1001000 | 10000101 | 110110 | 10010 |
Color Harmonies of #154720
Complementary color
Monochromatic Colors of #154720
Black with #154720
Text Example
Text Example
White with #154720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154720; }
p { color: rgb(21,71,32); }
H1.HeaderClassName
{
color: #154720;
}
.AnyTagClassName
{
color: #154720;
}
</style>
background-color css
<style>
a { background-color: #154720; }
a { background-color: rgb(21,71,32); }
div.DivClassName
{
background-color: #154720;
}
.BgClassName
{
background-color: #154720;
}
</style>
border-color css
<style>
span { border-color: #154720; }
span { border-color: rgb(21,71,32); }
td.TdClassName
{
border-color: #154720;
}
.TagClassName
{
border-color: #154720;
}
</style>