Shades of Myrtle #042601
Tints of Myrtle #042601
RGB
CMYK
RGB Variations
Color information
#042601 (or 0x042601) is known color: Myrtle. HEX triplet: 04, 26 and 01. RGB value is (4,38,1). Sum of RGB (Red+Green+Blue) = 4+38+1=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 38 (15.23% from 255 or 88.37% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 38 - color contains mainly: green. Hex color #042601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042601 is #FBD9FE. Grayscale: #171717. Windows color (decimal): -16505343 or 75268. OLE color: 75268.
HSL color Cylindrical-coordinate representation of color #042601: hue angle of 115.14º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042601 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 1 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.85 |
| HSL | 115.14º | 0.95% | 0.08% | - |
| HSV(B) | 115.14º | 0.97% | 0.15% | - |
| XYZ | 0.75 | 1.41 | 0.26 | - |
| YUV | 23.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 1 | 0.89 | 0 | 0.97 | 0.85 | 115.14 | 0.95 | 0.08 |
| Hex | 4 | 26 | 1 | 59 | 0 | 61 | 55 | 73 | 5F | 8 |
| Octal | 4 | 46 | 1 | 131 | 0 | 141 | 125 | 163 | 137 | 10 |
| Binary | 100 | 100110 | 1 | 1011001 | 0 | 1100001 | 1010101 | 1110011 | 1011111 | 1000 |
Color Harmonies of #042601
Complementary color
Monochromatic Colors of #042601
Black with #042601
Text Example
Text Example
White with #042601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042601; }
p { color: rgb(4,38,1); }
H1.HeaderClassName
{
color: #042601;
}
.AnyTagClassName
{
color: #042601;
}
</style>
background-color css
<style>
a { background-color: #042601; }
a { background-color: rgb(4,38,1); }
div.DivClassName
{
background-color: #042601;
}
.BgClassName
{
background-color: #042601;
}
</style>
border-color css
<style>
span { border-color: #042601; }
span { border-color: rgb(4,38,1); }
td.TdClassName
{
border-color: #042601;
}
.TagClassName
{
border-color: #042601;
}
</style>