Shades of Myrtle #053409
Tints of Myrtle #053409
RGB
CMYK
RGB Variations
Color information
#053409 (or 0x053409) is known color: Myrtle. HEX triplet: 05, 34 and 09. RGB value is (5,52,9). Sum of RGB (Red+Green+Blue) = 5+52+9=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #053409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053409 is #FACBF6. Grayscale: #212121. Windows color (decimal): -16436215 or 603141. OLE color: 603141.
HSL color Cylindrical-coordinate representation of color #053409: hue angle of 125.11º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053409 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 9 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.80 |
| HSL | 125.11º | 0.82% | 0.11% | - |
| HSV(B) | 125.11º | 0.9% | 0.2% | - |
| XYZ | 1.34 | 2.51 | 0.67 | - |
| YUV | 33.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 9 | 0.90 | 0 | 0.83 | 0.80 | 125.11 | 0.82 | 0.11 |
| Hex | 5 | 34 | 9 | 5A | 0 | 53 | 50 | 7D | 52 | B |
| Octal | 5 | 64 | 11 | 132 | 0 | 123 | 120 | 175 | 122 | 13 |
| Binary | 101 | 110100 | 1001 | 1011010 | 0 | 1010011 | 1010000 | 1111101 | 1010010 | 1011 |
Color Harmonies of #053409
Complementary color
Monochromatic Colors of #053409
Black with #053409
Text Example
Text Example
White with #053409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053409; }
p { color: rgb(5,52,9); }
H1.HeaderClassName
{
color: #053409;
}
.AnyTagClassName
{
color: #053409;
}
</style>
background-color css
<style>
a { background-color: #053409; }
a { background-color: rgb(5,52,9); }
div.DivClassName
{
background-color: #053409;
}
.BgClassName
{
background-color: #053409;
}
</style>
border-color css
<style>
span { border-color: #053409; }
span { border-color: rgb(5,52,9); }
td.TdClassName
{
border-color: #053409;
}
.TagClassName
{
border-color: #053409;
}
</style>