Shades of Myrtle #093500
Tints of Myrtle #093500
RGB
CMYK
RGB Variations
Color information
#093500 (or 0x093500) is known color: Myrtle. HEX triplet: 09, 35 and 00. RGB value is (9,53,0). Sum of RGB (Red+Green+Blue) = 9+53+0=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 53 (21.09% from 255 or 85.48% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 53 - color contains mainly: green. Hex color #093500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093500 is #F6CAFF. Grayscale: #212121. Windows color (decimal): -16173824 or 13577. OLE color: 13577.
HSL color Cylindrical-coordinate representation of color #093500: hue angle of 109.81º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #093500 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
RGB | 9 | 53 | 0 | - |
CMYK | 0.83 | 0 | 1 | 0.79 |
HSL | 109.81º | 1% | 0.1% | - |
HSV(B) | 109.81º | 1% | 0.21% | - |
XYZ | 1.39 | 2.6 | 0.43 | - |
YUV | 33.8 | 108.92 | 110.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 53 | 0 | 0.83 | 0 | 1 | 0.79 | 109.81 | 1 | 0.1 |
Hex | 9 | 35 | 0 | 53 | 0 | 64 | 4F | 6E | 64 | A |
Octal | 11 | 65 | 0 | 123 | 0 | 144 | 117 | 156 | 144 | 12 |
Binary | 1001 | 110101 | 0 | 1010011 | 0 | 1100100 | 1001111 | 1101110 | 1100100 | 1010 |
Color Harmonies of #093500
Complementary color
Monochromatic Colors of #093500
Black with #093500
Text Example
Text Example
White with #093500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093500; }
p { color: rgb(9,53,0); }
H1.HeaderClassName
{
color: #093500;
}
.AnyTagClassName
{
color: #093500;
}
</style>
background-color css
<style>
a { background-color: #093500; }
a { background-color: rgb(9,53,0); }
div.DivClassName
{
background-color: #093500;
}
.BgClassName
{
background-color: #093500;
}
</style>
border-color css
<style>
span { border-color: #093500; }
span { border-color: rgb(9,53,0); }
td.TdClassName
{
border-color: #093500;
}
.TagClassName
{
border-color: #093500;
}
</style>