Shades of Myrtle #093C03
Tints of Myrtle #093C03
RGB
CMYK
RGB Variations
Color information
#093C03 (or 0x093C03) is known color: Myrtle. HEX triplet: 09, 3C and 03. RGB value is (9,60,3). Sum of RGB (Red+Green+Blue) = 9+60+3=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 60 (23.83% from 255 or 83.33% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 60 - color contains mainly: green. Hex color #093C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C03 is #F6C3FC. Grayscale: #262626. Windows color (decimal): -16172029 or 211977. OLE color: 211977.
HSL color Cylindrical-coordinate representation of color #093C03: hue angle of 113.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093C03 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 60 | 3 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.76 |
| HSL | 113.68º | 0.9% | 0.12% | - |
| HSV(B) | 113.68º | 0.95% | 0.24% | - |
| XYZ | 1.74 | 3.3 | 0.63 | - |
| YUV | 38.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 3 | 0.85 | 0 | 0.95 | 0.76 | 113.68 | 0.9 | 0.12 |
| Hex | 9 | 3C | 3 | 55 | 0 | 5F | 4C | 72 | 5A | C |
| Octal | 11 | 74 | 3 | 125 | 0 | 137 | 114 | 162 | 132 | 14 |
| Binary | 1001 | 111100 | 11 | 1010101 | 0 | 1011111 | 1001100 | 1110010 | 1011010 | 1100 |
Color Harmonies of #093C03
Complementary color
Monochromatic Colors of #093C03
Black with #093C03
Text Example
Text Example
White with #093C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C03; }
p { color: rgb(9,60,3); }
H1.HeaderClassName
{
color: #093C03;
}
.AnyTagClassName
{
color: #093C03;
}
</style>
background-color css
<style>
a { background-color: #093C03; }
a { background-color: rgb(9,60,3); }
div.DivClassName
{
background-color: #093C03;
}
.BgClassName
{
background-color: #093C03;
}
</style>
border-color css
<style>
span { border-color: #093C03; }
span { border-color: rgb(9,60,3); }
td.TdClassName
{
border-color: #093C03;
}
.TagClassName
{
border-color: #093C03;
}
</style>