Shades of Deep Fir #154520
Tints of Deep Fir #154520
RGB
CMYK
RGB Variations
Color information
#154520 (or 0x154520) is known color: Deep Fir. HEX triplet: 15, 45 and 20. RGB value is (21,69,32). Sum of RGB (Red+Green+Blue) = 21+69+32=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #154520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154520 is #EABADF. Grayscale: #323232. Windows color (decimal): -15383264 or 2114837. OLE color: 2114837.
HSL color Cylindrical-coordinate representation of color #154520: hue angle of 133.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 #154520 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 32 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.73 |
| HSL | 133.75º | 0.53% | 0.18% | - |
| HSV(B) | 133.75º | 0.7% | 0.27% | - |
| XYZ | 2.7 | 4.52 | 2.1 | - |
| YUV | 50.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 32 | 0.70 | 0 | 0.54 | 0.73 | 133.75 | 0.53 | 0.18 |
| Hex | 15 | 45 | 20 | 46 | 0 | 36 | 49 | 86 | 35 | 12 |
| Octal | 25 | 105 | 40 | 106 | 0 | 66 | 111 | 206 | 65 | 22 |
| Binary | 10101 | 1000101 | 100000 | 1000110 | 0 | 110110 | 1001001 | 10000110 | 110101 | 10010 |
Color Harmonies of #154520
Complementary color
Monochromatic Colors of #154520
Black with #154520
Text Example
Text Example
White with #154520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154520; }
p { color: rgb(21,69,32); }
H1.HeaderClassName
{
color: #154520;
}
.AnyTagClassName
{
color: #154520;
}
</style>
background-color css
<style>
a { background-color: #154520; }
a { background-color: rgb(21,69,32); }
div.DivClassName
{
background-color: #154520;
}
.BgClassName
{
background-color: #154520;
}
</style>
border-color css
<style>
span { border-color: #154520; }
span { border-color: rgb(21,69,32); }
td.TdClassName
{
border-color: #154520;
}
.TagClassName
{
border-color: #154520;
}
</style>