Shades of Myrtle #063C03
Tints of Myrtle #063C03
RGB
CMYK
RGB Variations
Color information
#063C03 (or 0x063C03) is known color: Myrtle. HEX triplet: 06, 3C and 03. RGB value is (6,60,3). Sum of RGB (Red+Green+Blue) = 6+60+3=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 60 (23.83% from 255 or 86.96% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 60 - color contains mainly: green. Hex color #063C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063C03 is #F9C3FC. Grayscale: #252525. Windows color (decimal): -16368637 or 211974. OLE color: 211974.
HSL color Cylindrical-coordinate representation of color #063C03: hue angle of 116.84º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C03 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 60 | 3 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.76 |
| HSL | 116.84º | 0.9% | 0.12% | - |
| HSV(B) | 116.84º | 0.95% | 0.24% | - |
| XYZ | 1.71 | 3.28 | 0.63 | - |
| YUV | 37.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 3 | 0.90 | 0 | 0.95 | 0.76 | 116.84 | 0.9 | 0.12 |
| Hex | 6 | 3C | 3 | 5A | 0 | 5F | 4C | 75 | 5A | C |
| Octal | 6 | 74 | 3 | 132 | 0 | 137 | 114 | 165 | 132 | 14 |
| Binary | 110 | 111100 | 11 | 1011010 | 0 | 1011111 | 1001100 | 1110101 | 1011010 | 1100 |
Color Harmonies of #063C03
Complementary color
Monochromatic Colors of #063C03
Black with #063C03
Text Example
Text Example
White with #063C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C03; }
p { color: rgb(6,60,3); }
H1.HeaderClassName
{
color: #063C03;
}
.AnyTagClassName
{
color: #063C03;
}
</style>
background-color css
<style>
a { background-color: #063C03; }
a { background-color: rgb(6,60,3); }
div.DivClassName
{
background-color: #063C03;
}
.BgClassName
{
background-color: #063C03;
}
</style>
border-color css
<style>
span { border-color: #063C03; }
span { border-color: rgb(6,60,3); }
td.TdClassName
{
border-color: #063C03;
}
.TagClassName
{
border-color: #063C03;
}
</style>