Shades of Myrtle #053A0B
Tints of Myrtle #053A0B
RGB
CMYK
RGB Variations
Color information
#053A0B (or 0x053A0B) is known color: Myrtle. HEX triplet: 05, 3A and 0B. RGB value is (5,58,11). Sum of RGB (Red+Green+Blue) = 5+58+11=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0B is #FAC5F4. Grayscale: #242424. Windows color (decimal): -16434677 or 735749. OLE color: 735749.
HSL color Cylindrical-coordinate representation of color #053A0B: hue angle of 126.79º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A0B is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 11 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.77 |
| HSL | 126.79º | 0.84% | 0.12% | - |
| HSV(B) | 126.79º | 0.91% | 0.23% | - |
| XYZ | 1.64 | 3.08 | 0.83 | - |
| YUV | 36.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 11 | 0.91 | 0 | 0.81 | 0.77 | 126.79 | 0.84 | 0.12 |
| Hex | 5 | 3A | B | 5B | 0 | 51 | 4D | 7F | 54 | C |
| Octal | 5 | 72 | 13 | 133 | 0 | 121 | 115 | 177 | 124 | 14 |
| Binary | 101 | 111010 | 1011 | 1011011 | 0 | 1010001 | 1001101 | 1111111 | 1010100 | 1100 |
Color Harmonies of #053A0B
Complementary color
Monochromatic Colors of #053A0B
Black with #053A0B
Text Example
Text Example
White with #053A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A0B; }
p { color: rgb(5,58,11); }
H1.HeaderClassName
{
color: #053A0B;
}
.AnyTagClassName
{
color: #053A0B;
}
</style>
background-color css
<style>
a { background-color: #053A0B; }
a { background-color: rgb(5,58,11); }
div.DivClassName
{
background-color: #053A0B;
}
.BgClassName
{
background-color: #053A0B;
}
</style>
border-color css
<style>
span { border-color: #053A0B; }
span { border-color: rgb(5,58,11); }
td.TdClassName
{
border-color: #053A0B;
}
.TagClassName
{
border-color: #053A0B;
}
</style>