Shades of Deep Fir #093C18
Tints of Deep Fir #093C18
RGB
CMYK
RGB Variations
Color information
#093C18 (or 0x093C18) is known color: Deep Fir. HEX triplet: 09, 3C and 18. RGB value is (9,60,24). Sum of RGB (Red+Green+Blue) = 9+60+24=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #093C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C18 is #F6C3E7. Grayscale: #282828. Windows color (decimal): -16172008 or 1588233. OLE color: 1588233.
HSL color Cylindrical-coordinate representation of color #093C18: hue angle of 137.65º 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 #093C18 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
RGB | 9 | 60 | 24 | - |
CMYK | 0.85 | 0 | 0.60 | 0.76 |
HSL | 137.65º | 0.74% | 0.14% | - |
HSV(B) | 137.65º | 0.85% | 0.24% | - |
XYZ | 1.89 | 3.36 | 1.41 | - |
YUV | 40.65 | 118.6 | 105.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 60 | 24 | 0.85 | 0 | 0.60 | 0.76 | 137.65 | 0.74 | 0.14 |
Hex | 9 | 3C | 18 | 55 | 0 | 3C | 4C | 8A | 4A | E |
Octal | 11 | 74 | 30 | 125 | 0 | 74 | 114 | 212 | 112 | 16 |
Binary | 1001 | 111100 | 11000 | 1010101 | 0 | 111100 | 1001100 | 10001010 | 1001010 | 1110 |
Color Harmonies of #093C18
Complementary color
Monochromatic Colors of #093C18
Black with #093C18
Text Example
Text Example
White with #093C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C18; }
p { color: rgb(9,60,24); }
H1.HeaderClassName
{
color: #093C18;
}
.AnyTagClassName
{
color: #093C18;
}
</style>
background-color css
<style>
a { background-color: #093C18; }
a { background-color: rgb(9,60,24); }
div.DivClassName
{
background-color: #093C18;
}
.BgClassName
{
background-color: #093C18;
}
</style>
border-color css
<style>
span { border-color: #093C18; }
span { border-color: rgb(9,60,24); }
td.TdClassName
{
border-color: #093C18;
}
.TagClassName
{
border-color: #093C18;
}
</style>