Shades of Myrtle #003C07
Tints of Myrtle #003C07
RGB
CMYK
RGB Variations
Color information
#003C07 (or 0x003C07) is known color: Myrtle. HEX triplet: 00, 3C and 07. RGB value is (0,60,7). Sum of RGB (Red+Green+Blue) = 0+60+7=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 60 (23.83% from 255 or 89.55% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 60 - color contains mainly: green. Hex color #003C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C07 is #FFC3F8. Grayscale: #242424. Windows color (decimal): -16761849 or 474112. OLE color: 474112.
HSL color Cylindrical-coordinate representation of color #003C07: hue angle of 127º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C07 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 7 | - |
| CMYK | 1 | 0 | 0.88 | 0.76 |
| HSL | 127º | 1% | 0.12% | - |
| HSV(B) | 127º | 1% | 0.24% | - |
| XYZ | 1.65 | 3.25 | 0.74 | - |
| YUV | 36.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 7 | 1 | 0 | 0.88 | 0.76 | 127 | 1 | 0.12 |
| Hex | 0 | 3C | 7 | 64 | 0 | 58 | 4C | 7F | 64 | C |
| Octal | 0 | 74 | 7 | 144 | 0 | 130 | 114 | 177 | 144 | 14 |
| Binary | 0 | 111100 | 111 | 1100100 | 0 | 1011000 | 1001100 | 1111111 | 1100100 | 1100 |
Color Harmonies of #003C07
Complementary color
Monochromatic Colors of #003C07
Black with #003C07
Text Example
Text Example
White with #003C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C07; }
p { color: rgb(0,60,7); }
H1.HeaderClassName
{
color: #003C07;
}
.AnyTagClassName
{
color: #003C07;
}
</style>
background-color css
<style>
a { background-color: #003C07; }
a { background-color: rgb(0,60,7); }
div.DivClassName
{
background-color: #003C07;
}
.BgClassName
{
background-color: #003C07;
}
</style>
border-color css
<style>
span { border-color: #003C07; }
span { border-color: rgb(0,60,7); }
td.TdClassName
{
border-color: #003C07;
}
.TagClassName
{
border-color: #003C07;
}
</style>