Shades of Myrtle #005108
Tints of Myrtle #005108
RGB
CMYK
RGB Variations
Color information
#005108 (or 0x005108) is known color: Myrtle. HEX triplet: 00, 51 and 08. RGB value is (0,81,8). Sum of RGB (Red+Green+Blue) = 0+81+8=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 81 (32.03% from 255 or 91.01% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 81 - color contains mainly: green. Hex color #005108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005108 is #FFAEF7. Grayscale: #303030. Windows color (decimal): -16756472 or 545024. OLE color: 545024.
HSL color Cylindrical-coordinate representation of color #005108: hue angle of 125.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005108 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 81 | 8 | - |
| CMYK | 1 | 0 | 0.90 | 0.68 |
| HSL | 125.93º | 1% | 0.16% | - |
| HSV(B) | 125.93º | 1% | 0.32% | - |
| XYZ | 2.99 | 5.9 | 1.21 | - |
| YUV | 48.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 8 | 1 | 0 | 0.90 | 0.68 | 125.93 | 1 | 0.16 |
| Hex | 0 | 51 | 8 | 64 | 0 | 5A | 44 | 7E | 64 | 10 |
| Octal | 0 | 121 | 10 | 144 | 0 | 132 | 104 | 176 | 144 | 20 |
| Binary | 0 | 1010001 | 1000 | 1100100 | 0 | 1011010 | 1000100 | 1111110 | 1100100 | 10000 |
Color Harmonies of #005108
Complementary color
Monochromatic Colors of #005108
Black with #005108
Text Example
Text Example
White with #005108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005108; }
p { color: rgb(0,81,8); }
H1.HeaderClassName
{
color: #005108;
}
.AnyTagClassName
{
color: #005108;
}
</style>
background-color css
<style>
a { background-color: #005108; }
a { background-color: rgb(0,81,8); }
div.DivClassName
{
background-color: #005108;
}
.BgClassName
{
background-color: #005108;
}
</style>
border-color css
<style>
span { border-color: #005108; }
span { border-color: rgb(0,81,8); }
td.TdClassName
{
border-color: #005108;
}
.TagClassName
{
border-color: #005108;
}
</style>