Shades of Myrtle #053C0C
Tints of Myrtle #053C0C
RGB
CMYK
RGB Variations
Color information
#053C0C (or 0x053C0C) is known color: Myrtle. HEX triplet: 05, 3C and 0C. RGB value is (5,60,12). Sum of RGB (Red+Green+Blue) = 5+60+12=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 60 (23.83% from 255 or 77.92% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 60 - color contains mainly: green. Hex color #053C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C0C is #FAC3F3. Grayscale: #262626. Windows color (decimal): -16434164 or 801797. OLE color: 801797.
HSL color Cylindrical-coordinate representation of color #053C0C: hue angle of 127.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C0C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 12 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.76 |
| HSL | 127.64º | 0.85% | 0.13% | - |
| HSV(B) | 127.64º | 0.92% | 0.24% | - |
| XYZ | 1.74 | 3.29 | 0.89 | - |
| YUV | 38.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 12 | 0.92 | 0 | 0.80 | 0.76 | 127.64 | 0.85 | 0.13 |
| Hex | 5 | 3C | C | 5C | 0 | 50 | 4C | 80 | 55 | D |
| Octal | 5 | 74 | 14 | 134 | 0 | 120 | 114 | 200 | 125 | 15 |
| Binary | 101 | 111100 | 1100 | 1011100 | 0 | 1010000 | 1001100 | 10000000 | 1010101 | 1101 |
Color Harmonies of #053C0C
Complementary color
Monochromatic Colors of #053C0C
Black with #053C0C
Text Example
Text Example
White with #053C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C0C; }
p { color: rgb(5,60,12); }
H1.HeaderClassName
{
color: #053C0C;
}
.AnyTagClassName
{
color: #053C0C;
}
</style>
background-color css
<style>
a { background-color: #053C0C; }
a { background-color: rgb(5,60,12); }
div.DivClassName
{
background-color: #053C0C;
}
.BgClassName
{
background-color: #053C0C;
}
</style>
border-color css
<style>
span { border-color: #053C0C; }
span { border-color: rgb(5,60,12); }
td.TdClassName
{
border-color: #053C0C;
}
.TagClassName
{
border-color: #053C0C;
}
</style>