Shades of Myrtle #054601
Tints of Myrtle #054601
RGB
CMYK
RGB Variations
Color information
#054601 (or 0x054601) is known color: Myrtle. HEX triplet: 05, 46 and 01. RGB value is (5,70,1). Sum of RGB (Red+Green+Blue) = 5+70+1=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 70 (27.73% from 255 or 92.11% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 70 - color contains mainly: green. Hex color #054601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054601 is #FAB9FE. Grayscale: #2A2A2A. Windows color (decimal): -16431615 or 83461. OLE color: 83461.
HSL color Cylindrical-coordinate representation of color #054601: hue angle of 116.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #054601 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.73 |
| HSL | 116.52º | 0.97% | 0.14% | - |
| HSV(B) | 116.52º | 0.99% | 0.27% | - |
| XYZ | 2.26 | 4.41 | 0.76 | - |
| YUV | 42.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 1 | 0.93 | 0 | 0.99 | 0.73 | 116.52 | 0.97 | 0.14 |
| Hex | 5 | 46 | 1 | 5D | 0 | 63 | 49 | 75 | 61 | E |
| Octal | 5 | 106 | 1 | 135 | 0 | 143 | 111 | 165 | 141 | 16 |
| Binary | 101 | 1000110 | 1 | 1011101 | 0 | 1100011 | 1001001 | 1110101 | 1100001 | 1110 |
Color Harmonies of #054601
Complementary color
Monochromatic Colors of #054601
Black with #054601
Text Example
Text Example
White with #054601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054601; }
p { color: rgb(5,70,1); }
H1.HeaderClassName
{
color: #054601;
}
.AnyTagClassName
{
color: #054601;
}
</style>
background-color css
<style>
a { background-color: #054601; }
a { background-color: rgb(5,70,1); }
div.DivClassName
{
background-color: #054601;
}
.BgClassName
{
background-color: #054601;
}
</style>
border-color css
<style>
span { border-color: #054601; }
span { border-color: rgb(5,70,1); }
td.TdClassName
{
border-color: #054601;
}
.TagClassName
{
border-color: #054601;
}
</style>