Shades of Myrtle #054B0B
Tints of Myrtle #054B0B
RGB
CMYK
RGB Variations
Color information
#054B0B (or 0x054B0B) is known color: Myrtle. HEX triplet: 05, 4B and 0B. RGB value is (5,75,11). Sum of RGB (Red+Green+Blue) = 5+75+11=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 75 (29.69% from 255 or 82.42% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 75 - color contains mainly: green. Hex color #054B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B0B is #FAB4F4. Grayscale: #2E2E2E. Windows color (decimal): -16430325 or 740101. OLE color: 740101.
HSL color Cylindrical-coordinate representation of color #054B0B: hue angle of 125.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B0B is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 11 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.71 |
| HSL | 125.14º | 0.88% | 0.16% | - |
| HSV(B) | 125.14º | 0.93% | 0.29% | - |
| XYZ | 2.64 | 5.09 | 1.16 | - |
| YUV | 46.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 11 | 0.93 | 0 | 0.85 | 0.71 | 125.14 | 0.88 | 0.16 |
| Hex | 5 | 4B | B | 5D | 0 | 55 | 47 | 7D | 58 | 10 |
| Octal | 5 | 113 | 13 | 135 | 0 | 125 | 107 | 175 | 130 | 20 |
| Binary | 101 | 1001011 | 1011 | 1011101 | 0 | 1010101 | 1000111 | 1111101 | 1011000 | 10000 |
Color Harmonies of #054B0B
Complementary color
Monochromatic Colors of #054B0B
Black with #054B0B
Text Example
Text Example
White with #054B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B0B; }
p { color: rgb(5,75,11); }
H1.HeaderClassName
{
color: #054B0B;
}
.AnyTagClassName
{
color: #054B0B;
}
</style>
background-color css
<style>
a { background-color: #054B0B; }
a { background-color: rgb(5,75,11); }
div.DivClassName
{
background-color: #054B0B;
}
.BgClassName
{
background-color: #054B0B;
}
</style>
border-color css
<style>
span { border-color: #054B0B; }
span { border-color: rgb(5,75,11); }
td.TdClassName
{
border-color: #054B0B;
}
.TagClassName
{
border-color: #054B0B;
}
</style>