Shades of Myrtle #042C00
Tints of Myrtle #042C00
RGB
CMYK
RGB Variations
Color information
#042C00 (or 0x042C00) is known color: Myrtle. HEX triplet: 04, 2C and 00. RGB value is (4,44,0). Sum of RGB (Red+Green+Blue) = 4+44+0=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 44 (17.58% from 255 or 91.67% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 44 - color contains mainly: green. Hex color #042C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C00 is #FBD3FF. Grayscale: #1B1B1B. Windows color (decimal): -16503808 or 11268. OLE color: 11268.
HSL color Cylindrical-coordinate representation of color #042C00: hue angle of 114.55º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #042C00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 44 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.83 |
| HSL | 114.55º | 1% | 0.09% | - |
| HSV(B) | 114.55º | 1% | 0.17% | - |
| XYZ | 0.95 | 1.83 | 0.3 | - |
| YUV | 27.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 0 | 0.91 | 0 | 1 | 0.83 | 114.55 | 1 | 0.09 |
| Hex | 4 | 2C | 0 | 5B | 0 | 64 | 53 | 73 | 64 | 9 |
| Octal | 4 | 54 | 0 | 133 | 0 | 144 | 123 | 163 | 144 | 11 |
| Binary | 100 | 101100 | 0 | 1011011 | 0 | 1100100 | 1010011 | 1110011 | 1100100 | 1001 |
Color Harmonies of #042C00
Complementary color
Monochromatic Colors of #042C00
Black with #042C00
Text Example
Text Example
White with #042C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C00; }
p { color: rgb(4,44,0); }
H1.HeaderClassName
{
color: #042C00;
}
.AnyTagClassName
{
color: #042C00;
}
</style>
background-color css
<style>
a { background-color: #042C00; }
a { background-color: rgb(4,44,0); }
div.DivClassName
{
background-color: #042C00;
}
.BgClassName
{
background-color: #042C00;
}
</style>
border-color css
<style>
span { border-color: #042C00; }
span { border-color: rgb(4,44,0); }
td.TdClassName
{
border-color: #042C00;
}
.TagClassName
{
border-color: #042C00;
}
</style>