Shades of Myrtle #043C0A
Tints of Myrtle #043C0A
RGB
CMYK
RGB Variations
Color information
#043C0A (or 0x043C0A) is known color: Myrtle. HEX triplet: 04, 3C and 0A. RGB value is (4,60,10). Sum of RGB (Red+Green+Blue) = 4+60+10=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 60 (23.83% from 255 or 81.08% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 60 - color contains mainly: green. Hex color #043C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043C0A is #FBC3F5. Grayscale: #252525. Windows color (decimal): -16499702 or 670724. OLE color: 670724.
HSL color Cylindrical-coordinate representation of color #043C0A: hue angle of 126.43º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043C0A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 10 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.76 |
| HSL | 126.43º | 0.88% | 0.13% | - |
| HSV(B) | 126.43º | 0.93% | 0.24% | - |
| XYZ | 1.72 | 3.28 | 0.83 | - |
| YUV | 37.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 10 | 0.93 | 0 | 0.83 | 0.76 | 126.43 | 0.88 | 0.13 |
| Hex | 4 | 3C | A | 5D | 0 | 53 | 4C | 7E | 58 | D |
| Octal | 4 | 74 | 12 | 135 | 0 | 123 | 114 | 176 | 130 | 15 |
| Binary | 100 | 111100 | 1010 | 1011101 | 0 | 1010011 | 1001100 | 1111110 | 1011000 | 1101 |
Color Harmonies of #043C0A
Complementary color
Monochromatic Colors of #043C0A
Black with #043C0A
Text Example
Text Example
White with #043C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C0A; }
p { color: rgb(4,60,10); }
H1.HeaderClassName
{
color: #043C0A;
}
.AnyTagClassName
{
color: #043C0A;
}
</style>
background-color css
<style>
a { background-color: #043C0A; }
a { background-color: rgb(4,60,10); }
div.DivClassName
{
background-color: #043C0A;
}
.BgClassName
{
background-color: #043C0A;
}
</style>
border-color css
<style>
span { border-color: #043C0A; }
span { border-color: rgb(4,60,10); }
td.TdClassName
{
border-color: #043C0A;
}
.TagClassName
{
border-color: #043C0A;
}
</style>