Shades of Deep Fir #114320
Tints of Deep Fir #114320
RGB
CMYK
RGB Variations
Color information
#114320 (or 0x114320) is known color: Deep Fir. HEX triplet: 11, 43 and 20. RGB value is (17,67,32). Sum of RGB (Red+Green+Blue) = 17+67+32=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #114320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114320 is #EEBCDF. Grayscale: #303030. Windows color (decimal): -15645920 or 2114321. OLE color: 2114321.
HSL color Cylindrical-coordinate representation of color #114320: hue angle of 138º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114320 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 32 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.74 |
| HSL | 138º | 0.6% | 0.16% | - |
| HSV(B) | 138º | 0.75% | 0.26% | - |
| XYZ | 2.5 | 4.24 | 2.05 | - |
| YUV | 48.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 32 | 0.75 | 0 | 0.52 | 0.74 | 138 | 0.6 | 0.16 |
| Hex | 11 | 43 | 20 | 4B | 0 | 34 | 4A | 8A | 3C | 10 |
| Octal | 21 | 103 | 40 | 113 | 0 | 64 | 112 | 212 | 74 | 20 |
| Binary | 10001 | 1000011 | 100000 | 1001011 | 0 | 110100 | 1001010 | 10001010 | 111100 | 10000 |
Color Harmonies of #114320
Complementary color
Monochromatic Colors of #114320
Black with #114320
Text Example
Text Example
White with #114320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114320; }
p { color: rgb(17,67,32); }
H1.HeaderClassName
{
color: #114320;
}
.AnyTagClassName
{
color: #114320;
}
</style>
background-color css
<style>
a { background-color: #114320; }
a { background-color: rgb(17,67,32); }
div.DivClassName
{
background-color: #114320;
}
.BgClassName
{
background-color: #114320;
}
</style>
border-color css
<style>
span { border-color: #114320; }
span { border-color: rgb(17,67,32); }
td.TdClassName
{
border-color: #114320;
}
.TagClassName
{
border-color: #114320;
}
</style>