Shades of Myrtle #013805
Tints of Myrtle #013805
RGB
CMYK
RGB Variations
Color information
#013805 (or 0x013805) is known color: Myrtle. HEX triplet: 01, 38 and 05. RGB value is (1,56,5). Sum of RGB (Red+Green+Blue) = 1+56+5=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 56 (22.27% from 255 or 90.32% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 56 - color contains mainly: green. Hex color #013805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013805 is #FEC7FA. Grayscale: #212121. Windows color (decimal): -16697339 or 342017. OLE color: 342017.
HSL color Cylindrical-coordinate representation of color #013805: hue angle of 124.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013805 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 56 | 5 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.78 |
| HSL | 124.36º | 0.96% | 0.11% | - |
| HSV(B) | 124.36º | 0.98% | 0.22% | - |
| XYZ | 1.45 | 2.85 | 0.62 | - |
| YUV | 33.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 5 | 0.98 | 0 | 0.91 | 0.78 | 124.36 | 0.96 | 0.11 |
| Hex | 1 | 38 | 5 | 62 | 0 | 5B | 4E | 7C | 60 | B |
| Octal | 1 | 70 | 5 | 142 | 0 | 133 | 116 | 174 | 140 | 13 |
| Binary | 1 | 111000 | 101 | 1100010 | 0 | 1011011 | 1001110 | 1111100 | 1100000 | 1011 |
Color Harmonies of #013805
Complementary color
Monochromatic Colors of #013805
Black with #013805
Text Example
Text Example
White with #013805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013805; }
p { color: rgb(1,56,5); }
H1.HeaderClassName
{
color: #013805;
}
.AnyTagClassName
{
color: #013805;
}
</style>
background-color css
<style>
a { background-color: #013805; }
a { background-color: rgb(1,56,5); }
div.DivClassName
{
background-color: #013805;
}
.BgClassName
{
background-color: #013805;
}
</style>
border-color css
<style>
span { border-color: #013805; }
span { border-color: rgb(1,56,5); }
td.TdClassName
{
border-color: #013805;
}
.TagClassName
{
border-color: #013805;
}
</style>