Shades of Myrtle #053609
Tints of Myrtle #053609
RGB
CMYK
RGB Variations
Color information
#053609 (or 0x053609) is known color: Myrtle. HEX triplet: 05, 36 and 09. RGB value is (5,54,9). Sum of RGB (Red+Green+Blue) = 5+54+9=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 54 (21.48% from 255 or 79.41% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 54 - color contains mainly: green. Hex color #053609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053609 is #FAC9F6. Grayscale: #222222. Windows color (decimal): -16435703 or 603653. OLE color: 603653.
HSL color Cylindrical-coordinate representation of color #053609: hue angle of 124.9º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053609 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 9 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.79 |
| HSL | 124.9º | 0.83% | 0.12% | - |
| HSV(B) | 124.9º | 0.91% | 0.21% | - |
| XYZ | 1.43 | 2.69 | 0.7 | - |
| YUV | 34.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 9 | 0.91 | 0 | 0.83 | 0.79 | 124.9 | 0.83 | 0.12 |
| Hex | 5 | 36 | 9 | 5B | 0 | 53 | 4F | 7D | 53 | C |
| Octal | 5 | 66 | 11 | 133 | 0 | 123 | 117 | 175 | 123 | 14 |
| Binary | 101 | 110110 | 1001 | 1011011 | 0 | 1010011 | 1001111 | 1111101 | 1010011 | 1100 |
Color Harmonies of #053609
Complementary color
Monochromatic Colors of #053609
Black with #053609
Text Example
Text Example
White with #053609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053609; }
p { color: rgb(5,54,9); }
H1.HeaderClassName
{
color: #053609;
}
.AnyTagClassName
{
color: #053609;
}
</style>
background-color css
<style>
a { background-color: #053609; }
a { background-color: rgb(5,54,9); }
div.DivClassName
{
background-color: #053609;
}
.BgClassName
{
background-color: #053609;
}
</style>
border-color css
<style>
span { border-color: #053609; }
span { border-color: rgb(5,54,9); }
td.TdClassName
{
border-color: #053609;
}
.TagClassName
{
border-color: #053609;
}
</style>