Shades of Myrtle #053B09
Tints of Myrtle #053B09
RGB
CMYK
RGB Variations
Color information
#053B09 (or 0x053B09) is known color: Myrtle. HEX triplet: 05, 3B and 09. RGB value is (5,59,9). Sum of RGB (Red+Green+Blue) = 5+59+9=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 59 (23.44% from 255 or 80.82% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 59 - color contains mainly: green. Hex color #053B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B09 is #FAC4F6. Grayscale: #252525. Windows color (decimal): -16434423 or 604933. OLE color: 604933.
HSL color Cylindrical-coordinate representation of color #053B09: hue angle of 124.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B09 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 9 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.77 |
| HSL | 124.44º | 0.84% | 0.13% | - |
| HSV(B) | 124.44º | 0.92% | 0.23% | - |
| XYZ | 1.68 | 3.18 | 0.78 | - |
| YUV | 37.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 9 | 0.92 | 0 | 0.85 | 0.77 | 124.44 | 0.84 | 0.13 |
| Hex | 5 | 3B | 9 | 5C | 0 | 55 | 4D | 7C | 54 | D |
| Octal | 5 | 73 | 11 | 134 | 0 | 125 | 115 | 174 | 124 | 15 |
| Binary | 101 | 111011 | 1001 | 1011100 | 0 | 1010101 | 1001101 | 1111100 | 1010100 | 1101 |
Color Harmonies of #053B09
Complementary color
Monochromatic Colors of #053B09
Black with #053B09
Text Example
Text Example
White with #053B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B09; }
p { color: rgb(5,59,9); }
H1.HeaderClassName
{
color: #053B09;
}
.AnyTagClassName
{
color: #053B09;
}
</style>
background-color css
<style>
a { background-color: #053B09; }
a { background-color: rgb(5,59,9); }
div.DivClassName
{
background-color: #053B09;
}
.BgClassName
{
background-color: #053B09;
}
</style>
border-color css
<style>
span { border-color: #053B09; }
span { border-color: rgb(5,59,9); }
td.TdClassName
{
border-color: #053B09;
}
.TagClassName
{
border-color: #053B09;
}
</style>