Shades of Myrtle #053005
Tints of Myrtle #053005
RGB
CMYK
RGB Variations
Color information
#053005 (or 0x053005) is known color: Myrtle. HEX triplet: 05, 30 and 05. RGB value is (5,48,5). Sum of RGB (Red+Green+Blue) = 5+48+5=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 48 (19.14% from 255 or 82.76% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 48 - color contains mainly: green. Hex color #053005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053005 is #FACFFA. Grayscale: #1E1E1E. Windows color (decimal): -16437243 or 339973. OLE color: 339973.
HSL color Cylindrical-coordinate representation of color #053005: hue angle of 120º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053005 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 5 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.81 |
| HSL | 120º | 0.81% | 0.1% | - |
| HSV(B) | 120º | 0.9% | 0.19% | - |
| XYZ | 1.15 | 2.16 | 0.5 | - |
| YUV | 30.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 5 | 0.90 | 0 | 0.90 | 0.81 | 120 | 0.81 | 0.1 |
| Hex | 5 | 30 | 5 | 5A | 0 | 5A | 51 | 78 | 51 | A |
| Octal | 5 | 60 | 5 | 132 | 0 | 132 | 121 | 170 | 121 | 12 |
| Binary | 101 | 110000 | 101 | 1011010 | 0 | 1011010 | 1010001 | 1111000 | 1010001 | 1010 |
Color Harmonies of #053005
Complementary color
Monochromatic Colors of #053005
Black with #053005
Text Example
Text Example
White with #053005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053005; }
p { color: rgb(5,48,5); }
H1.HeaderClassName
{
color: #053005;
}
.AnyTagClassName
{
color: #053005;
}
</style>
background-color css
<style>
a { background-color: #053005; }
a { background-color: rgb(5,48,5); }
div.DivClassName
{
background-color: #053005;
}
.BgClassName
{
background-color: #053005;
}
</style>
border-color css
<style>
span { border-color: #053005; }
span { border-color: rgb(5,48,5); }
td.TdClassName
{
border-color: #053005;
}
.TagClassName
{
border-color: #053005;
}
</style>