Shades of Myrtle #054C10
Tints of Myrtle #054C10
RGB
CMYK
RGB Variations
Color information
#054C10 (or 0x054C10) is known color: Myrtle. HEX triplet: 05, 4C and 10. RGB value is (5,76,16). Sum of RGB (Red+Green+Blue) = 5+76+16=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 76 (30.08% from 255 or 78.35% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 76 - color contains mainly: green. Hex color #054C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C10 is #FAB3EF. Grayscale: #303030. Windows color (decimal): -16430064 or 1068037. OLE color: 1068037.
HSL color Cylindrical-coordinate representation of color #054C10: hue angle of 129.3º 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 #054C10 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 16 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.70 |
| HSL | 129.3º | 0.88% | 0.16% | - |
| HSV(B) | 129.3º | 0.93% | 0.3% | - |
| XYZ | 2.74 | 5.24 | 1.36 | - |
| YUV | 47.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 16 | 0.93 | 0 | 0.79 | 0.70 | 129.3 | 0.88 | 0.16 |
| Hex | 5 | 4C | 10 | 5D | 0 | 4F | 46 | 81 | 58 | 10 |
| Octal | 5 | 114 | 20 | 135 | 0 | 117 | 106 | 201 | 130 | 20 |
| Binary | 101 | 1001100 | 10000 | 1011101 | 0 | 1001111 | 1000110 | 10000001 | 1011000 | 10000 |
Color Harmonies of #054C10
Complementary color
Monochromatic Colors of #054C10
Black with #054C10
Text Example
Text Example
White with #054C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C10; }
p { color: rgb(5,76,16); }
H1.HeaderClassName
{
color: #054C10;
}
.AnyTagClassName
{
color: #054C10;
}
</style>
background-color css
<style>
a { background-color: #054C10; }
a { background-color: rgb(5,76,16); }
div.DivClassName
{
background-color: #054C10;
}
.BgClassName
{
background-color: #054C10;
}
</style>
border-color css
<style>
span { border-color: #054C10; }
span { border-color: rgb(5,76,16); }
td.TdClassName
{
border-color: #054C10;
}
.TagClassName
{
border-color: #054C10;
}
</style>