Shades of Myrtle #054C08
Tints of Myrtle #054C08
RGB
CMYK
RGB Variations
Color information
#054C08 (or 0x054C08) is known color: Myrtle. HEX triplet: 05, 4C and 08. RGB value is (5,76,8). Sum of RGB (Red+Green+Blue) = 5+76+8=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 76 (30.08% from 255 or 85.39% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 76 - color contains mainly: green. Hex color #054C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C08 is #FAB3F7. Grayscale: #2F2F2F. Windows color (decimal): -16430072 or 543749. OLE color: 543749.
HSL color Cylindrical-coordinate representation of color #054C08: hue angle of 122.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C08 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 8 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.70 |
| HSL | 122.54º | 0.88% | 0.16% | - |
| HSV(B) | 122.54º | 0.93% | 0.3% | - |
| XYZ | 2.69 | 5.22 | 1.1 | - |
| YUV | 47.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 8 | 0.93 | 0 | 0.89 | 0.70 | 122.54 | 0.88 | 0.16 |
| Hex | 5 | 4C | 8 | 5D | 0 | 59 | 46 | 7B | 58 | 10 |
| Octal | 5 | 114 | 10 | 135 | 0 | 131 | 106 | 173 | 130 | 20 |
| Binary | 101 | 1001100 | 1000 | 1011101 | 0 | 1011001 | 1000110 | 1111011 | 1011000 | 10000 |
Color Harmonies of #054C08
Complementary color
Monochromatic Colors of #054C08
Black with #054C08
Text Example
Text Example
White with #054C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C08; }
p { color: rgb(5,76,8); }
H1.HeaderClassName
{
color: #054C08;
}
.AnyTagClassName
{
color: #054C08;
}
</style>
background-color css
<style>
a { background-color: #054C08; }
a { background-color: rgb(5,76,8); }
div.DivClassName
{
background-color: #054C08;
}
.BgClassName
{
background-color: #054C08;
}
</style>
border-color css
<style>
span { border-color: #054C08; }
span { border-color: rgb(5,76,8); }
td.TdClassName
{
border-color: #054C08;
}
.TagClassName
{
border-color: #054C08;
}
</style>