Shades of Myrtle #013C08
Tints of Myrtle #013C08
RGB
CMYK
RGB Variations
Color information
#013C08 (or 0x013C08) is known color: Myrtle. HEX triplet: 01, 3C and 08. RGB value is (1,60,8). Sum of RGB (Red+Green+Blue) = 1+60+8=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 60 (23.83% from 255 or 86.96% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 60 - color contains mainly: green. Hex color #013C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013C08 is #FEC3F7. Grayscale: #242424. Windows color (decimal): -16696312 or 539649. OLE color: 539649.
HSL color Cylindrical-coordinate representation of color #013C08: hue angle of 127.12º 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 #013C08 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 8 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.76 |
| HSL | 127.12º | 0.97% | 0.12% | - |
| HSV(B) | 127.12º | 0.98% | 0.24% | - |
| XYZ | 1.67 | 3.26 | 0.77 | - |
| YUV | 36.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 8 | 0.98 | 0 | 0.87 | 0.76 | 127.12 | 0.97 | 0.12 |
| Hex | 1 | 3C | 8 | 62 | 0 | 57 | 4C | 7F | 61 | C |
| Octal | 1 | 74 | 10 | 142 | 0 | 127 | 114 | 177 | 141 | 14 |
| Binary | 1 | 111100 | 1000 | 1100010 | 0 | 1010111 | 1001100 | 1111111 | 1100001 | 1100 |
Color Harmonies of #013C08
Complementary color
Monochromatic Colors of #013C08
Black with #013C08
Text Example
Text Example
White with #013C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C08; }
p { color: rgb(1,60,8); }
H1.HeaderClassName
{
color: #013C08;
}
.AnyTagClassName
{
color: #013C08;
}
</style>
background-color css
<style>
a { background-color: #013C08; }
a { background-color: rgb(1,60,8); }
div.DivClassName
{
background-color: #013C08;
}
.BgClassName
{
background-color: #013C08;
}
</style>
border-color css
<style>
span { border-color: #013C08; }
span { border-color: rgb(1,60,8); }
td.TdClassName
{
border-color: #013C08;
}
.TagClassName
{
border-color: #013C08;
}
</style>