Shades of Deep Fir #093F18
Tints of Deep Fir #093F18
RGB
CMYK
RGB Variations
Color information
#093F18 (or 0x093F18) is known color: Deep Fir. HEX triplet: 09, 3F and 18. RGB value is (9,63,24). Sum of RGB (Red+Green+Blue) = 9+63+24=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 63 (25% from 255 or 65.62% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 63 - color contains mainly: green. Hex color #093F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F18 is #F6C0E7. Grayscale: #2A2A2A. Windows color (decimal): -16171240 or 1589001. OLE color: 1589001.
HSL color Cylindrical-coordinate representation of color #093F18: hue angle of 136.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F18 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 63 | 24 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.75 |
| HSL | 136.67º | 0.75% | 0.14% | - |
| HSV(B) | 136.67º | 0.86% | 0.25% | - |
| XYZ | 2.06 | 3.68 | 1.47 | - |
| YUV | 42.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 24 | 0.86 | 0 | 0.62 | 0.75 | 136.67 | 0.75 | 0.14 |
| Hex | 9 | 3F | 18 | 56 | 0 | 3E | 4B | 89 | 4B | E |
| Octal | 11 | 77 | 30 | 126 | 0 | 76 | 113 | 211 | 113 | 16 |
| Binary | 1001 | 111111 | 11000 | 1010110 | 0 | 111110 | 1001011 | 10001001 | 1001011 | 1110 |
Color Harmonies of #093F18
Complementary color
Monochromatic Colors of #093F18
Black with #093F18
Text Example
Text Example
White with #093F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093F18; }
p { color: rgb(9,63,24); }
H1.HeaderClassName
{
color: #093F18;
}
.AnyTagClassName
{
color: #093F18;
}
</style>
background-color css
<style>
a { background-color: #093F18; }
a { background-color: rgb(9,63,24); }
div.DivClassName
{
background-color: #093F18;
}
.BgClassName
{
background-color: #093F18;
}
</style>
border-color css
<style>
span { border-color: #093F18; }
span { border-color: rgb(9,63,24); }
td.TdClassName
{
border-color: #093F18;
}
.TagClassName
{
border-color: #093F18;
}
</style>