Shades of Deep Fir #154623
Tints of Deep Fir #154623
RGB
CMYK
RGB Variations
Color information
#154623 (or 0x154623) is known color: Deep Fir. HEX triplet: 15, 46 and 23. RGB value is (21,70,35). Sum of RGB (Red+Green+Blue) = 21+70+35=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #154623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154623 is #EAB9DC. Grayscale: #333333. Windows color (decimal): -15383005 or 2311701. OLE color: 2311701.
HSL color Cylindrical-coordinate representation of color #154623: hue angle of 137.14º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154623 is Cyan = 0.70, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 35 | - |
| CMYK | 0.70 | 0 | 0.5 | 0.73 |
| HSL | 137.14º | 0.54% | 0.18% | - |
| HSV(B) | 137.14º | 0.7% | 0.27% | - |
| XYZ | 2.8 | 4.66 | 2.34 | - |
| YUV | 51.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 35 | 0.70 | 0 | 0.5 | 0.73 | 137.14 | 0.54 | 0.18 |
| Hex | 15 | 46 | 23 | 46 | 0 | 32 | 49 | 89 | 36 | 12 |
| Octal | 25 | 106 | 43 | 106 | 0 | 62 | 111 | 211 | 66 | 22 |
| Binary | 10101 | 1000110 | 100011 | 1000110 | 0 | 110010 | 1001001 | 10001001 | 110110 | 10010 |
Color Harmonies of #154623
Complementary color
Monochromatic Colors of #154623
Black with #154623
Text Example
Text Example
White with #154623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154623; }
p { color: rgb(21,70,35); }
H1.HeaderClassName
{
color: #154623;
}
.AnyTagClassName
{
color: #154623;
}
</style>
background-color css
<style>
a { background-color: #154623; }
a { background-color: rgb(21,70,35); }
div.DivClassName
{
background-color: #154623;
}
.BgClassName
{
background-color: #154623;
}
</style>
border-color css
<style>
span { border-color: #154623; }
span { border-color: rgb(21,70,35); }
td.TdClassName
{
border-color: #154623;
}
.TagClassName
{
border-color: #154623;
}
</style>