Shades of Myrtle #054301
Tints of Myrtle #054301
RGB
CMYK
RGB Variations
Color information
#054301 (or 0x054301) is known color: Myrtle. HEX triplet: 05, 43 and 01. RGB value is (5,67,1). Sum of RGB (Red+Green+Blue) = 5+67+1=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 67 (26.56% from 255 or 91.78% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 67 - color contains mainly: green. Hex color #054301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054301 is #FABCFE. Grayscale: #292929. Windows color (decimal): -16432383 or 82693. OLE color: 82693.
HSL color Cylindrical-coordinate representation of color #054301: hue angle of 116.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #054301 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.74 |
| HSL | 116.36º | 0.97% | 0.13% | - |
| HSV(B) | 116.36º | 0.99% | 0.26% | - |
| XYZ | 2.08 | 4.05 | 0.7 | - |
| YUV | 40.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 1 | 0.93 | 0 | 0.99 | 0.74 | 116.36 | 0.97 | 0.13 |
| Hex | 5 | 43 | 1 | 5D | 0 | 63 | 4A | 74 | 61 | D |
| Octal | 5 | 103 | 1 | 135 | 0 | 143 | 112 | 164 | 141 | 15 |
| Binary | 101 | 1000011 | 1 | 1011101 | 0 | 1100011 | 1001010 | 1110100 | 1100001 | 1101 |
Color Harmonies of #054301
Complementary color
Monochromatic Colors of #054301
Black with #054301
Text Example
Text Example
White with #054301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054301; }
p { color: rgb(5,67,1); }
H1.HeaderClassName
{
color: #054301;
}
.AnyTagClassName
{
color: #054301;
}
</style>
background-color css
<style>
a { background-color: #054301; }
a { background-color: rgb(5,67,1); }
div.DivClassName
{
background-color: #054301;
}
.BgClassName
{
background-color: #054301;
}
</style>
border-color css
<style>
span { border-color: #054301; }
span { border-color: rgb(5,67,1); }
td.TdClassName
{
border-color: #054301;
}
.TagClassName
{
border-color: #054301;
}
</style>