Shades of Myrtle #042300
Tints of Myrtle #042300
RGB
CMYK
RGB Variations
Color information
#042300 (or 0x042300) is known color: Myrtle. HEX triplet: 04, 23 and 00. RGB value is (4,35,0). Sum of RGB (Red+Green+Blue) = 4+35+0=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 35 (14.06% from 255 or 89.74% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 35 - color contains mainly: green. Hex color #042300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042300 is #FBDCFF. Grayscale: #151515. Windows color (decimal): -16506112 or 8964. OLE color: 8964.
HSL color Cylindrical-coordinate representation of color #042300: hue angle of 113.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #042300 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.86 |
| HSL | 113.14º | 1% | 0.07% | - |
| HSV(B) | 113.14º | 1% | 0.14% | - |
| XYZ | 0.65 | 1.23 | 0.2 | - |
| YUV | 21.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 0 | 0.89 | 0 | 1 | 0.86 | 113.14 | 1 | 0.07 |
| Hex | 4 | 23 | 0 | 59 | 0 | 64 | 56 | 71 | 64 | 7 |
| Octal | 4 | 43 | 0 | 131 | 0 | 144 | 126 | 161 | 144 | 7 |
| Binary | 100 | 100011 | 0 | 1011001 | 0 | 1100100 | 1010110 | 1110001 | 1100100 | 111 |
Color Harmonies of #042300
Complementary color
Monochromatic Colors of #042300
Black with #042300
Text Example
Text Example
White with #042300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042300; }
p { color: rgb(4,35,0); }
H1.HeaderClassName
{
color: #042300;
}
.AnyTagClassName
{
color: #042300;
}
</style>
background-color css
<style>
a { background-color: #042300; }
a { background-color: rgb(4,35,0); }
div.DivClassName
{
background-color: #042300;
}
.BgClassName
{
background-color: #042300;
}
</style>
border-color css
<style>
span { border-color: #042300; }
span { border-color: rgb(4,35,0); }
td.TdClassName
{
border-color: #042300;
}
.TagClassName
{
border-color: #042300;
}
</style>