Shades of Myrtle #013D08
Tints of Myrtle #013D08
RGB
CMYK
RGB Variations
Color information
#013D08 (or 0x013D08) is known color: Myrtle. HEX triplet: 01, 3D and 08. RGB value is (1,61,8). Sum of RGB (Red+Green+Blue) = 1+61+8=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 61 (24.22% from 255 or 87.14% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 61 - color contains mainly: green. Hex color #013D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D08 is #FEC2F7. Grayscale: #252525. Windows color (decimal): -16696056 or 539905. OLE color: 539905.
HSL color Cylindrical-coordinate representation of color #013D08: hue angle of 127º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D08 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 8 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.76 |
| HSL | 127º | 0.97% | 0.12% | - |
| HSV(B) | 127º | 0.98% | 0.24% | - |
| XYZ | 1.73 | 3.36 | 0.79 | - |
| YUV | 37.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 8 | 0.98 | 0 | 0.87 | 0.76 | 127 | 0.97 | 0.12 |
| Hex | 1 | 3D | 8 | 62 | 0 | 57 | 4C | 7F | 61 | C |
| Octal | 1 | 75 | 10 | 142 | 0 | 127 | 114 | 177 | 141 | 14 |
| Binary | 1 | 111101 | 1000 | 1100010 | 0 | 1010111 | 1001100 | 1111111 | 1100001 | 1100 |
Color Harmonies of #013D08
Complementary color
Monochromatic Colors of #013D08
Black with #013D08
Text Example
Text Example
White with #013D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D08; }
p { color: rgb(1,61,8); }
H1.HeaderClassName
{
color: #013D08;
}
.AnyTagClassName
{
color: #013D08;
}
</style>
background-color css
<style>
a { background-color: #013D08; }
a { background-color: rgb(1,61,8); }
div.DivClassName
{
background-color: #013D08;
}
.BgClassName
{
background-color: #013D08;
}
</style>
border-color css
<style>
span { border-color: #013D08; }
span { border-color: rgb(1,61,8); }
td.TdClassName
{
border-color: #013D08;
}
.TagClassName
{
border-color: #013D08;
}
</style>