Shades of Myrtle #053709
Tints of Myrtle #053709
RGB
CMYK
RGB Variations
Color information
#053709 (or 0x053709) is known color: Myrtle. HEX triplet: 05, 37 and 09. RGB value is (5,55,9). Sum of RGB (Red+Green+Blue) = 5+55+9=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 55 (21.88% from 255 or 79.71% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 55 - color contains mainly: green. Hex color #053709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053709 is #FAC8F6. Grayscale: #222222. Windows color (decimal): -16435447 or 603909. OLE color: 603909.
HSL color Cylindrical-coordinate representation of color #053709: hue angle of 124.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053709 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 9 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.78 |
| HSL | 124.8º | 0.83% | 0.12% | - |
| HSV(B) | 124.8º | 0.91% | 0.22% | - |
| XYZ | 1.48 | 2.78 | 0.72 | - |
| YUV | 34.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 9 | 0.91 | 0 | 0.84 | 0.78 | 124.8 | 0.83 | 0.12 |
| Hex | 5 | 37 | 9 | 5B | 0 | 54 | 4E | 7D | 53 | C |
| Octal | 5 | 67 | 11 | 133 | 0 | 124 | 116 | 175 | 123 | 14 |
| Binary | 101 | 110111 | 1001 | 1011011 | 0 | 1010100 | 1001110 | 1111101 | 1010011 | 1100 |
Color Harmonies of #053709
Complementary color
Monochromatic Colors of #053709
Black with #053709
Text Example
Text Example
White with #053709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053709; }
p { color: rgb(5,55,9); }
H1.HeaderClassName
{
color: #053709;
}
.AnyTagClassName
{
color: #053709;
}
</style>
background-color css
<style>
a { background-color: #053709; }
a { background-color: rgb(5,55,9); }
div.DivClassName
{
background-color: #053709;
}
.BgClassName
{
background-color: #053709;
}
</style>
border-color css
<style>
span { border-color: #053709; }
span { border-color: rgb(5,55,9); }
td.TdClassName
{
border-color: #053709;
}
.TagClassName
{
border-color: #053709;
}
</style>