Shades of Deep Fir #154524
Tints of Deep Fir #154524
RGB
CMYK
RGB Variations
Color information
#154524 (or 0x154524) is known color: Deep Fir. HEX triplet: 15, 45 and 24. RGB value is (21,69,36). Sum of RGB (Red+Green+Blue) = 21+69+36=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #154524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154524 is #EABADB. Grayscale: #323232. Windows color (decimal): -15383260 or 2376981. OLE color: 2376981.
HSL color Cylindrical-coordinate representation of color #154524: hue angle of 138.75º degrees, saturation: 0.53, 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 #154524 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 36 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.73 |
| HSL | 138.75º | 0.53% | 0.18% | - |
| HSV(B) | 138.75º | 0.7% | 0.27% | - |
| XYZ | 2.76 | 4.54 | 2.4 | - |
| YUV | 50.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 36 | 0.70 | 0 | 0.48 | 0.73 | 138.75 | 0.53 | 0.18 |
| Hex | 15 | 45 | 24 | 46 | 0 | 30 | 49 | 8B | 35 | 12 |
| Octal | 25 | 105 | 44 | 106 | 0 | 60 | 111 | 213 | 65 | 22 |
| Binary | 10101 | 1000101 | 100100 | 1000110 | 0 | 110000 | 1001001 | 10001011 | 110101 | 10010 |
Color Harmonies of #154524
Complementary color
Monochromatic Colors of #154524
Black with #154524
Text Example
Text Example
White with #154524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154524; }
p { color: rgb(21,69,36); }
H1.HeaderClassName
{
color: #154524;
}
.AnyTagClassName
{
color: #154524;
}
</style>
background-color css
<style>
a { background-color: #154524; }
a { background-color: rgb(21,69,36); }
div.DivClassName
{
background-color: #154524;
}
.BgClassName
{
background-color: #154524;
}
</style>
border-color css
<style>
span { border-color: #154524; }
span { border-color: rgb(21,69,36); }
td.TdClassName
{
border-color: #154524;
}
.TagClassName
{
border-color: #154524;
}
</style>