Shades of Myrtle #015208
Tints of Myrtle #015208
RGB
CMYK
RGB Variations
Color information
#015208 (or 0x015208) is known color: Myrtle. HEX triplet: 01, 52 and 08. RGB value is (1,82,8). Sum of RGB (Red+Green+Blue) = 1+82+8=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 82 (32.42% from 255 or 90.11% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 82 - color contains mainly: green. Hex color #015208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015208 is #FEADF7. Grayscale: #313131. Windows color (decimal): -16690680 or 545281. OLE color: 545281.
HSL color Cylindrical-coordinate representation of color #015208: hue angle of 125.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015208 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 82 | 8 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.68 |
| HSL | 125.19º | 0.98% | 0.16% | - |
| HSV(B) | 125.19º | 0.99% | 0.32% | - |
| XYZ | 3.07 | 6.06 | 1.24 | - |
| YUV | 49.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 8 | 0.99 | 0 | 0.90 | 0.68 | 125.19 | 0.98 | 0.16 |
| Hex | 1 | 52 | 8 | 63 | 0 | 5A | 44 | 7D | 62 | 10 |
| Octal | 1 | 122 | 10 | 143 | 0 | 132 | 104 | 175 | 142 | 20 |
| Binary | 1 | 1010010 | 1000 | 1100011 | 0 | 1011010 | 1000100 | 1111101 | 1100010 | 10000 |
Color Harmonies of #015208
Complementary color
Monochromatic Colors of #015208
Black with #015208
Text Example
Text Example
White with #015208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015208; }
p { color: rgb(1,82,8); }
H1.HeaderClassName
{
color: #015208;
}
.AnyTagClassName
{
color: #015208;
}
</style>
background-color css
<style>
a { background-color: #015208; }
a { background-color: rgb(1,82,8); }
div.DivClassName
{
background-color: #015208;
}
.BgClassName
{
background-color: #015208;
}
</style>
border-color css
<style>
span { border-color: #015208; }
span { border-color: rgb(1,82,8); }
td.TdClassName
{
border-color: #015208;
}
.TagClassName
{
border-color: #015208;
}
</style>