Shades of Deep Fir #093D19
Tints of Deep Fir #093D19
RGB
CMYK
RGB Variations
Color information
#093D19 (or 0x093D19) is known color: Deep Fir. HEX triplet: 09, 3D and 19. RGB value is (9,61,25). Sum of RGB (Red+Green+Blue) = 9+61+25=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #093D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D19 is #F6C2E6. Grayscale: #292929. Windows color (decimal): -16171751 or 1654025. OLE color: 1654025.
HSL color Cylindrical-coordinate representation of color #093D19: hue angle of 138.46º degrees, saturation: 0.74, 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 #093D19 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 25 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.76 |
| HSL | 138.46º | 0.74% | 0.14% | - |
| HSV(B) | 138.46º | 0.85% | 0.24% | - |
| XYZ | 1.96 | 3.47 | 1.49 | - |
| YUV | 41.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 25 | 0.85 | 0 | 0.59 | 0.76 | 138.46 | 0.74 | 0.14 |
| Hex | 9 | 3D | 19 | 55 | 0 | 3B | 4C | 8A | 4A | E |
| Octal | 11 | 75 | 31 | 125 | 0 | 73 | 114 | 212 | 112 | 16 |
| Binary | 1001 | 111101 | 11001 | 1010101 | 0 | 111011 | 1001100 | 10001010 | 1001010 | 1110 |
Color Harmonies of #093D19
Complementary color
Monochromatic Colors of #093D19
Black with #093D19
Text Example
Text Example
White with #093D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D19; }
p { color: rgb(9,61,25); }
H1.HeaderClassName
{
color: #093D19;
}
.AnyTagClassName
{
color: #093D19;
}
</style>
background-color css
<style>
a { background-color: #093D19; }
a { background-color: rgb(9,61,25); }
div.DivClassName
{
background-color: #093D19;
}
.BgClassName
{
background-color: #093D19;
}
</style>
border-color css
<style>
span { border-color: #093D19; }
span { border-color: rgb(9,61,25); }
td.TdClassName
{
border-color: #093D19;
}
.TagClassName
{
border-color: #093D19;
}
</style>