Shades of Myrtle #053706
Tints of Myrtle #053706
RGB
CMYK
RGB Variations
Color information
#053706 (or 0x053706) is known color: Myrtle. HEX triplet: 05, 37 and 06. RGB value is (5,55,6). Sum of RGB (Red+Green+Blue) = 5+55+6=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 55 (21.88% from 255 or 83.33% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 55 - color contains mainly: green. Hex color #053706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053706 is #FAC8F9. Grayscale: #222222. Windows color (decimal): -16435450 or 407301. OLE color: 407301.
HSL color Cylindrical-coordinate representation of color #053706: hue angle of 121.2º 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 #053706 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 6 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.78 |
| HSL | 121.2º | 0.83% | 0.12% | - |
| HSV(B) | 121.2º | 0.91% | 0.22% | - |
| XYZ | 1.46 | 2.78 | 0.63 | - |
| YUV | 34.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 6 | 0.91 | 0 | 0.89 | 0.78 | 121.2 | 0.83 | 0.12 |
| Hex | 5 | 37 | 6 | 5B | 0 | 59 | 4E | 79 | 53 | C |
| Octal | 5 | 67 | 6 | 133 | 0 | 131 | 116 | 171 | 123 | 14 |
| Binary | 101 | 110111 | 110 | 1011011 | 0 | 1011001 | 1001110 | 1111001 | 1010011 | 1100 |
Color Harmonies of #053706
Complementary color
Monochromatic Colors of #053706
Black with #053706
Text Example
Text Example
White with #053706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053706; }
p { color: rgb(5,55,6); }
H1.HeaderClassName
{
color: #053706;
}
.AnyTagClassName
{
color: #053706;
}
</style>
background-color css
<style>
a { background-color: #053706; }
a { background-color: rgb(5,55,6); }
div.DivClassName
{
background-color: #053706;
}
.BgClassName
{
background-color: #053706;
}
</style>
border-color css
<style>
span { border-color: #053706; }
span { border-color: rgb(5,55,6); }
td.TdClassName
{
border-color: #053706;
}
.TagClassName
{
border-color: #053706;
}
</style>