Shades of Deep Fir #154722
Tints of Deep Fir #154722
RGB
CMYK
RGB Variations
Color information
#154722 (or 0x154722) is known color: Deep Fir. HEX triplet: 15, 47 and 22. RGB value is (21,71,34). Sum of RGB (Red+Green+Blue) = 21+71+34=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #154722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154722 is #EAB8DD. Grayscale: #333333. Windows color (decimal): -15382750 or 2246421. OLE color: 2246421.
HSL color Cylindrical-coordinate representation of color #154722: hue angle of 135.6º 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 #154722 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 71 | 34 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.72 |
| HSL | 135.6º | 0.54% | 0.18% | - |
| HSV(B) | 135.6º | 0.7% | 0.28% | - |
| XYZ | 2.85 | 4.78 | 2.29 | - |
| YUV | 51.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 34 | 0.70 | 0 | 0.52 | 0.72 | 135.6 | 0.54 | 0.18 |
| Hex | 15 | 47 | 22 | 46 | 0 | 34 | 48 | 88 | 36 | 12 |
| Octal | 25 | 107 | 42 | 106 | 0 | 64 | 110 | 210 | 66 | 22 |
| Binary | 10101 | 1000111 | 100010 | 1000110 | 0 | 110100 | 1001000 | 10001000 | 110110 | 10010 |
Color Harmonies of #154722
Complementary color
Monochromatic Colors of #154722
Black with #154722
Text Example
Text Example
White with #154722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154722; }
p { color: rgb(21,71,34); }
H1.HeaderClassName
{
color: #154722;
}
.AnyTagClassName
{
color: #154722;
}
</style>
background-color css
<style>
a { background-color: #154722; }
a { background-color: rgb(21,71,34); }
div.DivClassName
{
background-color: #154722;
}
.BgClassName
{
background-color: #154722;
}
</style>
border-color css
<style>
span { border-color: #154722; }
span { border-color: rgb(21,71,34); }
td.TdClassName
{
border-color: #154722;
}
.TagClassName
{
border-color: #154722;
}
</style>