Shades of Myrtle #054B03
Tints of Myrtle #054B03
RGB
CMYK
RGB Variations
Color information
#054B03 (or 0x054B03) is known color: Myrtle. HEX triplet: 05, 4B and 03. RGB value is (5,75,3). Sum of RGB (Red+Green+Blue) = 5+75+3=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 75 (29.69% from 255 or 90.36% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 75 - color contains mainly: green. Hex color #054B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B03 is #FAB4FC. Grayscale: #2E2E2E. Windows color (decimal): -16430333 or 215813. OLE color: 215813.
HSL color Cylindrical-coordinate representation of color #054B03: hue angle of 118.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054B03 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 3 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.71 |
| HSL | 118.33º | 0.92% | 0.15% | - |
| HSV(B) | 118.33º | 0.96% | 0.29% | - |
| XYZ | 2.6 | 5.07 | 0.93 | - |
| YUV | 45.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 3 | 0.93 | 0 | 0.96 | 0.71 | 118.33 | 0.92 | 0.15 |
| Hex | 5 | 4B | 3 | 5D | 0 | 60 | 47 | 76 | 5C | F |
| Octal | 5 | 113 | 3 | 135 | 0 | 140 | 107 | 166 | 134 | 17 |
| Binary | 101 | 1001011 | 11 | 1011101 | 0 | 1100000 | 1000111 | 1110110 | 1011100 | 1111 |
Color Harmonies of #054B03
Complementary color
Monochromatic Colors of #054B03
Black with #054B03
Text Example
Text Example
White with #054B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B03; }
p { color: rgb(5,75,3); }
H1.HeaderClassName
{
color: #054B03;
}
.AnyTagClassName
{
color: #054B03;
}
</style>
background-color css
<style>
a { background-color: #054B03; }
a { background-color: rgb(5,75,3); }
div.DivClassName
{
background-color: #054B03;
}
.BgClassName
{
background-color: #054B03;
}
</style>
border-color css
<style>
span { border-color: #054B03; }
span { border-color: rgb(5,75,3); }
td.TdClassName
{
border-color: #054B03;
}
.TagClassName
{
border-color: #054B03;
}
</style>