Shades of Deep Fir #154624
Tints of Deep Fir #154624
RGB
CMYK
RGB Variations
Color information
#154624 (or 0x154624) is known color: Deep Fir. HEX triplet: 15, 46 and 24. RGB value is (21,70,36). Sum of RGB (Red+Green+Blue) = 21+70+36=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #154624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154624 is #EAB9DB. Grayscale: #333333. Windows color (decimal): -15383004 or 2377237. OLE color: 2377237.
HSL color Cylindrical-coordinate representation of color #154624: hue angle of 138.37º 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 #154624 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 70 | 36 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.73 |
| HSL | 138.37º | 0.54% | 0.18% | - |
| HSV(B) | 138.37º | 0.7% | 0.27% | - |
| XYZ | 2.82 | 4.67 | 2.42 | - |
| YUV | 51.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 36 | 0.70 | 0 | 0.49 | 0.73 | 138.37 | 0.54 | 0.18 |
| Hex | 15 | 46 | 24 | 46 | 0 | 31 | 49 | 8A | 36 | 12 |
| Octal | 25 | 106 | 44 | 106 | 0 | 61 | 111 | 212 | 66 | 22 |
| Binary | 10101 | 1000110 | 100100 | 1000110 | 0 | 110001 | 1001001 | 10001010 | 110110 | 10010 |
Color Harmonies of #154624
Complementary color
Monochromatic Colors of #154624
Black with #154624
Text Example
Text Example
White with #154624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154624; }
p { color: rgb(21,70,36); }
H1.HeaderClassName
{
color: #154624;
}
.AnyTagClassName
{
color: #154624;
}
</style>
background-color css
<style>
a { background-color: #154624; }
a { background-color: rgb(21,70,36); }
div.DivClassName
{
background-color: #154624;
}
.BgClassName
{
background-color: #154624;
}
</style>
border-color css
<style>
span { border-color: #154624; }
span { border-color: rgb(21,70,36); }
td.TdClassName
{
border-color: #154624;
}
.TagClassName
{
border-color: #154624;
}
</style>