Shades of Myrtle #054503
Tints of Myrtle #054503
RGB
CMYK
RGB Variations
Color information
#054503 (or 0x054503) is known color: Myrtle. HEX triplet: 05, 45 and 03. RGB value is (5,69,3). Sum of RGB (Red+Green+Blue) = 5+69+3=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #054503 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054503 is #FABAFC. Grayscale: #2A2A2A. Windows color (decimal): -16431869 or 214277. OLE color: 214277.
HSL color Cylindrical-coordinate representation of color #054503: hue angle of 118.18º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054503 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 3 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.73 |
| HSL | 118.18º | 0.92% | 0.14% | - |
| HSV(B) | 118.18º | 0.96% | 0.27% | - |
| XYZ | 2.21 | 4.3 | 0.8 | - |
| YUV | 42.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 3 | 0.93 | 0 | 0.96 | 0.73 | 118.18 | 0.92 | 0.14 |
| Hex | 5 | 45 | 3 | 5D | 0 | 60 | 49 | 76 | 5C | E |
| Octal | 5 | 105 | 3 | 135 | 0 | 140 | 111 | 166 | 134 | 16 |
| Binary | 101 | 1000101 | 11 | 1011101 | 0 | 1100000 | 1001001 | 1110110 | 1011100 | 1110 |
Color Harmonies of #054503
Complementary color
Monochromatic Colors of #054503
Black with #054503
Text Example
Text Example
White with #054503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054503; }
p { color: rgb(5,69,3); }
H1.HeaderClassName
{
color: #054503;
}
.AnyTagClassName
{
color: #054503;
}
</style>
background-color css
<style>
a { background-color: #054503; }
a { background-color: rgb(5,69,3); }
div.DivClassName
{
background-color: #054503;
}
.BgClassName
{
background-color: #054503;
}
</style>
border-color css
<style>
span { border-color: #054503; }
span { border-color: rgb(5,69,3); }
td.TdClassName
{
border-color: #054503;
}
.TagClassName
{
border-color: #054503;
}
</style>