Shades of Myrtle #01530D
Tints of Myrtle #01530D
RGB
CMYK
RGB Variations
Color information
#01530D (or 0x01530D) is known color: Myrtle. HEX triplet: 01, 53 and 0D. RGB value is (1,83,13). Sum of RGB (Red+Green+Blue) = 1+83+13=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 83 (32.81% from 255 or 85.57% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 83 - color contains mainly: green. Hex color #01530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01530D is #FEACF2. Grayscale: #323232. Windows color (decimal): -16690419 or 873217. OLE color: 873217.
HSL color Cylindrical-coordinate representation of color #01530D: hue angle of 128.78º 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 #01530D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 13 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.67 |
| HSL | 128.78º | 0.98% | 0.16% | - |
| HSV(B) | 128.78º | 0.99% | 0.33% | - |
| XYZ | 3.18 | 6.22 | 1.41 | - |
| YUV | 50.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 13 | 0.99 | 0 | 0.84 | 0.67 | 128.78 | 0.98 | 0.16 |
| Hex | 1 | 53 | D | 63 | 0 | 54 | 43 | 81 | 62 | 10 |
| Octal | 1 | 123 | 15 | 143 | 0 | 124 | 103 | 201 | 142 | 20 |
| Binary | 1 | 1010011 | 1101 | 1100011 | 0 | 1010100 | 1000011 | 10000001 | 1100010 | 10000 |
Color Harmonies of #01530D
Complementary color
Monochromatic Colors of #01530D
Black with #01530D
Text Example
Text Example
White with #01530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01530D; }
p { color: rgb(1,83,13); }
H1.HeaderClassName
{
color: #01530D;
}
.AnyTagClassName
{
color: #01530D;
}
</style>
background-color css
<style>
a { background-color: #01530D; }
a { background-color: rgb(1,83,13); }
div.DivClassName
{
background-color: #01530D;
}
.BgClassName
{
background-color: #01530D;
}
</style>
border-color css
<style>
span { border-color: #01530D; }
span { border-color: rgb(1,83,13); }
td.TdClassName
{
border-color: #01530D;
}
.TagClassName
{
border-color: #01530D;
}
</style>