Shades of Deep Fir #153824
Tints of Deep Fir #153824
RGB
CMYK
RGB Variations
Color information
#153824 (or 0x153824) is known color: Deep Fir. HEX triplet: 15, 38 and 24. RGB value is (21,56,36). Sum of RGB (Red+Green+Blue) = 21+56+36=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #153824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153824 is #EAC7DB. Grayscale: #2B2B2B. Windows color (decimal): -15386588 or 2373653. OLE color: 2373653.
HSL color Cylindrical-coordinate representation of color #153824: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153824 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 36 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.78 |
| HSL | 145.71º | 0.45% | 0.15% | - |
| HSV(B) | 145.71º | 0.63% | 0.22% | - |
| XYZ | 2.04 | 3.12 | 2.16 | - |
| YUV | 43.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 36 | 0.63 | 0 | 0.36 | 0.78 | 145.71 | 0.45 | 0.15 |
| Hex | 15 | 38 | 24 | 3F | 0 | 24 | 4E | 92 | 2D | F |
| Octal | 25 | 70 | 44 | 77 | 0 | 44 | 116 | 222 | 55 | 17 |
| Binary | 10101 | 111000 | 100100 | 111111 | 0 | 100100 | 1001110 | 10010010 | 101101 | 1111 |
Color Harmonies of #153824
Complementary color
Monochromatic Colors of #153824
Black with #153824
Text Example
Text Example
White with #153824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153824; }
p { color: rgb(21,56,36); }
H1.HeaderClassName
{
color: #153824;
}
.AnyTagClassName
{
color: #153824;
}
</style>
background-color css
<style>
a { background-color: #153824; }
a { background-color: rgb(21,56,36); }
div.DivClassName
{
background-color: #153824;
}
.BgClassName
{
background-color: #153824;
}
</style>
border-color css
<style>
span { border-color: #153824; }
span { border-color: rgb(21,56,36); }
td.TdClassName
{
border-color: #153824;
}
.TagClassName
{
border-color: #153824;
}
</style>