Shades of Deep Fir #114520
Tints of Deep Fir #114520
RGB
CMYK
RGB Variations
Color information
#114520 (or 0x114520) is known color: Deep Fir. HEX triplet: 11, 45 and 20. RGB value is (17,69,32). Sum of RGB (Red+Green+Blue) = 17+69+32=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #114520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114520 is #EEBADF. Grayscale: #313131. Windows color (decimal): -15645408 or 2114833. OLE color: 2114833.
HSL color Cylindrical-coordinate representation of color #114520: hue angle of 137.31º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114520 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 32 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.73 |
| HSL | 137.31º | 0.6% | 0.17% | - |
| HSV(B) | 137.31º | 0.75% | 0.27% | - |
| XYZ | 2.62 | 4.48 | 2.09 | - |
| YUV | 49.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 32 | 0.75 | 0 | 0.54 | 0.73 | 137.31 | 0.6 | 0.17 |
| Hex | 11 | 45 | 20 | 4B | 0 | 36 | 49 | 89 | 3C | 11 |
| Octal | 21 | 105 | 40 | 113 | 0 | 66 | 111 | 211 | 74 | 21 |
| Binary | 10001 | 1000101 | 100000 | 1001011 | 0 | 110110 | 1001001 | 10001001 | 111100 | 10001 |
Color Harmonies of #114520
Complementary color
Monochromatic Colors of #114520
Black with #114520
Text Example
Text Example
White with #114520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114520; }
p { color: rgb(17,69,32); }
H1.HeaderClassName
{
color: #114520;
}
.AnyTagClassName
{
color: #114520;
}
</style>
background-color css
<style>
a { background-color: #114520; }
a { background-color: rgb(17,69,32); }
div.DivClassName
{
background-color: #114520;
}
.BgClassName
{
background-color: #114520;
}
</style>
border-color css
<style>
span { border-color: #114520; }
span { border-color: rgb(17,69,32); }
td.TdClassName
{
border-color: #114520;
}
.TagClassName
{
border-color: #114520;
}
</style>