Shades of Deep Fir #093E17
Tints of Deep Fir #093E17
RGB
CMYK
RGB Variations
Color information
#093E17 (or 0x093E17) is known color: Deep Fir. HEX triplet: 09, 3E and 17. RGB value is (9,62,23). Sum of RGB (Red+Green+Blue) = 9+62+23=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 62 (24.61% from 255 or 65.96% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 62 - color contains mainly: green. Hex color #093E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E17 is #F6C1E8. Grayscale: #292929. Windows color (decimal): -16171497 or 1523209. OLE color: 1523209.
HSL color Cylindrical-coordinate representation of color #093E17: hue angle of 135.85º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E17 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 62 | 23 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.76 |
| HSL | 135.85º | 0.75% | 0.14% | - |
| HSV(B) | 135.85º | 0.85% | 0.24% | - |
| XYZ | 1.99 | 3.57 | 1.39 | - |
| YUV | 41.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 23 | 0.85 | 0 | 0.63 | 0.76 | 135.85 | 0.75 | 0.14 |
| Hex | 9 | 3E | 17 | 55 | 0 | 3F | 4C | 88 | 4B | E |
| Octal | 11 | 76 | 27 | 125 | 0 | 77 | 114 | 210 | 113 | 16 |
| Binary | 1001 | 111110 | 10111 | 1010101 | 0 | 111111 | 1001100 | 10001000 | 1001011 | 1110 |
Color Harmonies of #093E17
Complementary color
Monochromatic Colors of #093E17
Black with #093E17
Text Example
Text Example
White with #093E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E17; }
p { color: rgb(9,62,23); }
H1.HeaderClassName
{
color: #093E17;
}
.AnyTagClassName
{
color: #093E17;
}
</style>
background-color css
<style>
a { background-color: #093E17; }
a { background-color: rgb(9,62,23); }
div.DivClassName
{
background-color: #093E17;
}
.BgClassName
{
background-color: #093E17;
}
</style>
border-color css
<style>
span { border-color: #093E17; }
span { border-color: rgb(9,62,23); }
td.TdClassName
{
border-color: #093E17;
}
.TagClassName
{
border-color: #093E17;
}
</style>