Shades of Deep Fir #153522
Tints of Deep Fir #153522
RGB
CMYK
RGB Variations
Color information
#153522 (or 0x153522) is known color: Deep Fir. HEX triplet: 15, 35 and 22. RGB value is (21,53,34). Sum of RGB (Red+Green+Blue) = 21+53+34=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #153522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153522 is #EACADD. Grayscale: #292929. Windows color (decimal): -15387358 or 2241813. OLE color: 2241813.
HSL color Cylindrical-coordinate representation of color #153522: hue angle of 144.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153522 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 34 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.79 |
| HSL | 144.38º | 0.43% | 0.15% | - |
| HSV(B) | 144.38º | 0.6% | 0.21% | - |
| XYZ | 1.87 | 2.82 | 1.96 | - |
| YUV | 41.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 34 | 0.60 | 0 | 0.36 | 0.79 | 144.38 | 0.43 | 0.15 |
| Hex | 15 | 35 | 22 | 3C | 0 | 24 | 4F | 90 | 2B | F |
| Octal | 25 | 65 | 42 | 74 | 0 | 44 | 117 | 220 | 53 | 17 |
| Binary | 10101 | 110101 | 100010 | 111100 | 0 | 100100 | 1001111 | 10010000 | 101011 | 1111 |
Color Harmonies of #153522
Complementary color
Monochromatic Colors of #153522
Black with #153522
Text Example
Text Example
White with #153522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153522; }
p { color: rgb(21,53,34); }
H1.HeaderClassName
{
color: #153522;
}
.AnyTagClassName
{
color: #153522;
}
</style>
background-color css
<style>
a { background-color: #153522; }
a { background-color: rgb(21,53,34); }
div.DivClassName
{
background-color: #153522;
}
.BgClassName
{
background-color: #153522;
}
</style>
border-color css
<style>
span { border-color: #153522; }
span { border-color: rgb(21,53,34); }
td.TdClassName
{
border-color: #153522;
}
.TagClassName
{
border-color: #153522;
}
</style>