Shades of Myrtle #095213
Tints of Myrtle #095213
RGB
CMYK
RGB Variations
Color information
#095213 (or 0x095213) is known color: Myrtle. HEX triplet: 09, 52 and 13. RGB value is (9,82,19). Sum of RGB (Red+Green+Blue) = 9+82+19=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #095213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095213 is #F6ADEC. Grayscale: #353535. Windows color (decimal): -16166381 or 1266185. OLE color: 1266185.
HSL color Cylindrical-coordinate representation of color #095213: hue angle of 128.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095213 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 19 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.68 |
| HSL | 128.22º | 0.8% | 0.18% | - |
| HSV(B) | 128.22º | 0.89% | 0.32% | - |
| XYZ | 3.25 | 6.14 | 1.63 | - |
| YUV | 52.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 19 | 0.89 | 0 | 0.77 | 0.68 | 128.22 | 0.8 | 0.18 |
| Hex | 9 | 52 | 13 | 59 | 0 | 4D | 44 | 80 | 50 | 12 |
| Octal | 11 | 122 | 23 | 131 | 0 | 115 | 104 | 200 | 120 | 22 |
| Binary | 1001 | 1010010 | 10011 | 1011001 | 0 | 1001101 | 1000100 | 10000000 | 1010000 | 10010 |
Color Harmonies of #095213
Complementary color
Monochromatic Colors of #095213
Black with #095213
Text Example
Text Example
White with #095213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095213; }
p { color: rgb(9,82,19); }
H1.HeaderClassName
{
color: #095213;
}
.AnyTagClassName
{
color: #095213;
}
</style>
background-color css
<style>
a { background-color: #095213; }
a { background-color: rgb(9,82,19); }
div.DivClassName
{
background-color: #095213;
}
.BgClassName
{
background-color: #095213;
}
</style>
border-color css
<style>
span { border-color: #095213; }
span { border-color: rgb(9,82,19); }
td.TdClassName
{
border-color: #095213;
}
.TagClassName
{
border-color: #095213;
}
</style>