Shades of Myrtle #003C06
Tints of Myrtle #003C06
RGB
CMYK
RGB Variations
Color information
#003C06 (or 0x003C06) is known color: Myrtle. HEX triplet: 00, 3C and 06. RGB value is (0,60,6). Sum of RGB (Red+Green+Blue) = 0+60+6=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 60 (23.83% from 255 or 90.91% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 60 - color contains mainly: green. Hex color #003C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C06 is #FFC3F9. Grayscale: #242424. Windows color (decimal): -16761850 or 408576. OLE color: 408576.
HSL color Cylindrical-coordinate representation of color #003C06: hue angle of 126º 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 #003C06 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 6 | - |
| CMYK | 1 | 0 | 0.90 | 0.76 |
| HSL | 126º | 1% | 0.12% | - |
| HSV(B) | 126º | 1% | 0.24% | - |
| XYZ | 1.65 | 3.24 | 0.71 | - |
| YUV | 35.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 6 | 1 | 0 | 0.90 | 0.76 | 126 | 1 | 0.12 |
| Hex | 0 | 3C | 6 | 64 | 0 | 5A | 4C | 7E | 64 | C |
| Octal | 0 | 74 | 6 | 144 | 0 | 132 | 114 | 176 | 144 | 14 |
| Binary | 0 | 111100 | 110 | 1100100 | 0 | 1011010 | 1001100 | 1111110 | 1100100 | 1100 |
Color Harmonies of #003C06
Complementary color
Monochromatic Colors of #003C06
Black with #003C06
Text Example
Text Example
White with #003C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C06; }
p { color: rgb(0,60,6); }
H1.HeaderClassName
{
color: #003C06;
}
.AnyTagClassName
{
color: #003C06;
}
</style>
background-color css
<style>
a { background-color: #003C06; }
a { background-color: rgb(0,60,6); }
div.DivClassName
{
background-color: #003C06;
}
.BgClassName
{
background-color: #003C06;
}
</style>
border-color css
<style>
span { border-color: #003C06; }
span { border-color: rgb(0,60,6); }
td.TdClassName
{
border-color: #003C06;
}
.TagClassName
{
border-color: #003C06;
}
</style>