Shades of Myrtle #015308
Tints of Myrtle #015308
RGB
CMYK
RGB Variations
Color information
#015308 (or 0x015308) is known color: Myrtle. HEX triplet: 01, 53 and 08. RGB value is (1,83,8). Sum of RGB (Red+Green+Blue) = 1+83+8=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 83 (32.81% from 255 or 90.22% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 83 - color contains mainly: green. Hex color #015308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015308 is #FEACF7. Grayscale: #323232. Windows color (decimal): -16690424 or 545537. OLE color: 545537.
HSL color Cylindrical-coordinate representation of color #015308: hue angle of 125.12º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015308 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 8 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.67 |
| HSL | 125.12º | 0.98% | 0.16% | - |
| HSV(B) | 125.12º | 0.99% | 0.33% | - |
| XYZ | 3.15 | 6.21 | 1.26 | - |
| YUV | 49.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 8 | 0.99 | 0 | 0.90 | 0.67 | 125.12 | 0.98 | 0.16 |
| Hex | 1 | 53 | 8 | 63 | 0 | 5A | 43 | 7D | 62 | 10 |
| Octal | 1 | 123 | 10 | 143 | 0 | 132 | 103 | 175 | 142 | 20 |
| Binary | 1 | 1010011 | 1000 | 1100011 | 0 | 1011010 | 1000011 | 1111101 | 1100010 | 10000 |
Color Harmonies of #015308
Complementary color
Monochromatic Colors of #015308
Black with #015308
Text Example
Text Example
White with #015308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015308; }
p { color: rgb(1,83,8); }
H1.HeaderClassName
{
color: #015308;
}
.AnyTagClassName
{
color: #015308;
}
</style>
background-color css
<style>
a { background-color: #015308; }
a { background-color: rgb(1,83,8); }
div.DivClassName
{
background-color: #015308;
}
.BgClassName
{
background-color: #015308;
}
</style>
border-color css
<style>
span { border-color: #015308; }
span { border-color: rgb(1,83,8); }
td.TdClassName
{
border-color: #015308;
}
.TagClassName
{
border-color: #015308;
}
</style>