Shades of Myrtle #043C0B
Tints of Myrtle #043C0B
RGB
CMYK
RGB Variations
Color information
#043C0B (or 0x043C0B) is known color: Myrtle. HEX triplet: 04, 3C and 0B. RGB value is (4,60,11). Sum of RGB (Red+Green+Blue) = 4+60+11=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 60 (23.83% from 255 or 80% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 60 - color contains mainly: green. Hex color #043C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043C0B is #FBC3F4. Grayscale: #252525. Windows color (decimal): -16499701 or 736260. OLE color: 736260.
HSL color Cylindrical-coordinate representation of color #043C0B: hue angle of 127.5º 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 #043C0B is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 11 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.76 |
| HSL | 127.5º | 0.88% | 0.13% | - |
| HSV(B) | 127.5º | 0.93% | 0.24% | - |
| XYZ | 1.73 | 3.28 | 0.86 | - |
| YUV | 37.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 11 | 0.93 | 0 | 0.82 | 0.76 | 127.5 | 0.88 | 0.13 |
| Hex | 4 | 3C | B | 5D | 0 | 52 | 4C | 80 | 58 | D |
| Octal | 4 | 74 | 13 | 135 | 0 | 122 | 114 | 200 | 130 | 15 |
| Binary | 100 | 111100 | 1011 | 1011101 | 0 | 1010010 | 1001100 | 10000000 | 1011000 | 1101 |
Color Harmonies of #043C0B
Complementary color
Monochromatic Colors of #043C0B
Black with #043C0B
Text Example
Text Example
White with #043C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C0B; }
p { color: rgb(4,60,11); }
H1.HeaderClassName
{
color: #043C0B;
}
.AnyTagClassName
{
color: #043C0B;
}
</style>
background-color css
<style>
a { background-color: #043C0B; }
a { background-color: rgb(4,60,11); }
div.DivClassName
{
background-color: #043C0B;
}
.BgClassName
{
background-color: #043C0B;
}
</style>
border-color css
<style>
span { border-color: #043C0B; }
span { border-color: rgb(4,60,11); }
td.TdClassName
{
border-color: #043C0B;
}
.TagClassName
{
border-color: #043C0B;
}
</style>