Shades of Deep Fir #153623
Tints of Deep Fir #153623
RGB
CMYK
RGB Variations
Color information
#153623 (or 0x153623) is known color: Deep Fir. HEX triplet: 15, 36 and 23. RGB value is (21,54,35). Sum of RGB (Red+Green+Blue) = 21+54+35=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #153623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153623 is #EAC9DC. Grayscale: #2A2A2A. Windows color (decimal): -15387101 or 2307605. OLE color: 2307605.
HSL color Cylindrical-coordinate representation of color #153623: hue angle of 145.45º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153623 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 54 | 35 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.79 |
| HSL | 145.45º | 0.44% | 0.15% | - |
| HSV(B) | 145.45º | 0.61% | 0.21% | - |
| XYZ | 1.93 | 2.92 | 2.05 | - |
| YUV | 41.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 35 | 0.61 | 0 | 0.35 | 0.79 | 145.45 | 0.44 | 0.15 |
| Hex | 15 | 36 | 23 | 3D | 0 | 23 | 4F | 91 | 2C | F |
| Octal | 25 | 66 | 43 | 75 | 0 | 43 | 117 | 221 | 54 | 17 |
| Binary | 10101 | 110110 | 100011 | 111101 | 0 | 100011 | 1001111 | 10010001 | 101100 | 1111 |
Color Harmonies of #153623
Complementary color
Monochromatic Colors of #153623
Black with #153623
Text Example
Text Example
White with #153623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153623; }
p { color: rgb(21,54,35); }
H1.HeaderClassName
{
color: #153623;
}
.AnyTagClassName
{
color: #153623;
}
</style>
background-color css
<style>
a { background-color: #153623; }
a { background-color: rgb(21,54,35); }
div.DivClassName
{
background-color: #153623;
}
.BgClassName
{
background-color: #153623;
}
</style>
border-color css
<style>
span { border-color: #153623; }
span { border-color: rgb(21,54,35); }
td.TdClassName
{
border-color: #153623;
}
.TagClassName
{
border-color: #153623;
}
</style>