Shades of Myrtle #053607
Tints of Myrtle #053607
RGB
CMYK
RGB Variations
Color information
#053607 (or 0x053607) is known color: Myrtle. HEX triplet: 05, 36 and 07. RGB value is (5,54,7). Sum of RGB (Red+Green+Blue) = 5+54+7=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 54 (21.48% from 255 or 81.82% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 54 - color contains mainly: green. Hex color #053607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053607 is #FAC9F8. Grayscale: #222222. Windows color (decimal): -16435705 or 472581. OLE color: 472581.
HSL color Cylindrical-coordinate representation of color #053607: hue angle of 122.45º 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 #053607 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 7 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.79 |
| HSL | 122.45º | 0.83% | 0.12% | - |
| HSV(B) | 122.45º | 0.91% | 0.21% | - |
| XYZ | 1.42 | 2.69 | 0.64 | - |
| YUV | 33.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 7 | 0.91 | 0 | 0.87 | 0.79 | 122.45 | 0.83 | 0.12 |
| Hex | 5 | 36 | 7 | 5B | 0 | 57 | 4F | 7A | 53 | C |
| Octal | 5 | 66 | 7 | 133 | 0 | 127 | 117 | 172 | 123 | 14 |
| Binary | 101 | 110110 | 111 | 1011011 | 0 | 1010111 | 1001111 | 1111010 | 1010011 | 1100 |
Color Harmonies of #053607
Complementary color
Monochromatic Colors of #053607
Black with #053607
Text Example
Text Example
White with #053607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053607; }
p { color: rgb(5,54,7); }
H1.HeaderClassName
{
color: #053607;
}
.AnyTagClassName
{
color: #053607;
}
</style>
background-color css
<style>
a { background-color: #053607; }
a { background-color: rgb(5,54,7); }
div.DivClassName
{
background-color: #053607;
}
.BgClassName
{
background-color: #053607;
}
</style>
border-color css
<style>
span { border-color: #053607; }
span { border-color: rgb(5,54,7); }
td.TdClassName
{
border-color: #053607;
}
.TagClassName
{
border-color: #053607;
}
</style>