Shades of Deep Fir #113218
Tints of Deep Fir #113218
RGB
CMYK
RGB Variations
Color information
#113218 (or 0x113218) is known color: Deep Fir. HEX triplet: 11, 32 and 18. RGB value is (17,50,24). Sum of RGB (Red+Green+Blue) = 17+50+24=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #113218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113218 is #EECDE7. Grayscale: #252525. Windows color (decimal): -15650280 or 1585681. OLE color: 1585681.
HSL color Cylindrical-coordinate representation of color #113218: hue angle of 132.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113218 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 24 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.80 |
| HSL | 132.73º | 0.49% | 0.13% | - |
| HSV(B) | 132.73º | 0.66% | 0.2% | - |
| XYZ | 1.54 | 2.47 | 1.26 | - |
| YUV | 37.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 24 | 0.66 | 0 | 0.52 | 0.80 | 132.73 | 0.49 | 0.13 |
| Hex | 11 | 32 | 18 | 42 | 0 | 34 | 50 | 85 | 31 | D |
| Octal | 21 | 62 | 30 | 102 | 0 | 64 | 120 | 205 | 61 | 15 |
| Binary | 10001 | 110010 | 11000 | 1000010 | 0 | 110100 | 1010000 | 10000101 | 110001 | 1101 |
Color Harmonies of #113218
Complementary color
Monochromatic Colors of #113218
Black with #113218
Text Example
Text Example
White with #113218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113218; }
p { color: rgb(17,50,24); }
H1.HeaderClassName
{
color: #113218;
}
.AnyTagClassName
{
color: #113218;
}
</style>
background-color css
<style>
a { background-color: #113218; }
a { background-color: rgb(17,50,24); }
div.DivClassName
{
background-color: #113218;
}
.BgClassName
{
background-color: #113218;
}
</style>
border-color css
<style>
span { border-color: #113218; }
span { border-color: rgb(17,50,24); }
td.TdClassName
{
border-color: #113218;
}
.TagClassName
{
border-color: #113218;
}
</style>