Shades of Myrtle #095813
Tints of Myrtle #095813
RGB
CMYK
RGB Variations
Color information
#095813 (or 0x095813) is known color: Myrtle. HEX triplet: 09, 58 and 13. RGB value is (9,88,19). Sum of RGB (Red+Green+Blue) = 9+88+19=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 88 (34.77% from 255 or 75.86% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 88 - color contains mainly: green. Hex color #095813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095813 is #F6A7EC. Grayscale: #383838. Windows color (decimal): -16164845 or 1267721. OLE color: 1267721.
HSL color Cylindrical-coordinate representation of color #095813: hue angle of 127.59º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095813 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 88 | 19 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.65 |
| HSL | 127.59º | 0.81% | 0.19% | - |
| HSV(B) | 127.59º | 0.9% | 0.35% | - |
| XYZ | 3.72 | 7.08 | 1.79 | - |
| YUV | 56.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 19 | 0.90 | 0 | 0.78 | 0.65 | 127.59 | 0.81 | 0.19 |
| Hex | 9 | 58 | 13 | 5A | 0 | 4E | 41 | 80 | 51 | 13 |
| Octal | 11 | 130 | 23 | 132 | 0 | 116 | 101 | 200 | 121 | 23 |
| Binary | 1001 | 1011000 | 10011 | 1011010 | 0 | 1001110 | 1000001 | 10000000 | 1010001 | 10011 |
Color Harmonies of #095813
Complementary color
Monochromatic Colors of #095813
Black with #095813
Text Example
Text Example
White with #095813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095813; }
p { color: rgb(9,88,19); }
H1.HeaderClassName
{
color: #095813;
}
.AnyTagClassName
{
color: #095813;
}
</style>
background-color css
<style>
a { background-color: #095813; }
a { background-color: rgb(9,88,19); }
div.DivClassName
{
background-color: #095813;
}
.BgClassName
{
background-color: #095813;
}
</style>
border-color css
<style>
span { border-color: #095813; }
span { border-color: rgb(9,88,19); }
td.TdClassName
{
border-color: #095813;
}
.TagClassName
{
border-color: #095813;
}
</style>