Shades of Myrtle #054B10
Tints of Myrtle #054B10
RGB
CMYK
RGB Variations
Color information
#054B10 (or 0x054B10) is known color: Myrtle. HEX triplet: 05, 4B and 10. RGB value is (5,75,16). Sum of RGB (Red+Green+Blue) = 5+75+16=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 75 (29.69% from 255 or 78.12% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 75 - color contains mainly: green. Hex color #054B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B10 is #FAB4EF. Grayscale: #2F2F2F. Windows color (decimal): -16430320 or 1067781. OLE color: 1067781.
HSL color Cylindrical-coordinate representation of color #054B10: hue angle of 129.43º 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 #054B10 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 16 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.71 |
| HSL | 129.43º | 0.88% | 0.16% | - |
| HSV(B) | 129.43º | 0.93% | 0.29% | - |
| XYZ | 2.67 | 5.1 | 1.33 | - |
| YUV | 47.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 16 | 0.93 | 0 | 0.79 | 0.71 | 129.43 | 0.88 | 0.16 |
| Hex | 5 | 4B | 10 | 5D | 0 | 4F | 47 | 81 | 58 | 10 |
| Octal | 5 | 113 | 20 | 135 | 0 | 117 | 107 | 201 | 130 | 20 |
| Binary | 101 | 1001011 | 10000 | 1011101 | 0 | 1001111 | 1000111 | 10000001 | 1011000 | 10000 |
Color Harmonies of #054B10
Complementary color
Monochromatic Colors of #054B10
Black with #054B10
Text Example
Text Example
White with #054B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B10; }
p { color: rgb(5,75,16); }
H1.HeaderClassName
{
color: #054B10;
}
.AnyTagClassName
{
color: #054B10;
}
</style>
background-color css
<style>
a { background-color: #054B10; }
a { background-color: rgb(5,75,16); }
div.DivClassName
{
background-color: #054B10;
}
.BgClassName
{
background-color: #054B10;
}
</style>
border-color css
<style>
span { border-color: #054B10; }
span { border-color: rgb(5,75,16); }
td.TdClassName
{
border-color: #054B10;
}
.TagClassName
{
border-color: #054B10;
}
</style>