Shades of Myrtle #053708
Tints of Myrtle #053708
RGB
CMYK
RGB Variations
Color information
#053708 (or 0x053708) is known color: Myrtle. HEX triplet: 05, 37 and 08. RGB value is (5,55,8). Sum of RGB (Red+Green+Blue) = 5+55+8=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 55 (21.88% from 255 or 80.88% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 55 - color contains mainly: green. Hex color #053708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053708 is #FAC8F7. Grayscale: #222222. Windows color (decimal): -16435448 or 538373. OLE color: 538373.
HSL color Cylindrical-coordinate representation of color #053708: hue angle of 123.6º 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 #053708 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 8 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.78 |
| HSL | 123.6º | 0.83% | 0.12% | - |
| HSV(B) | 123.6º | 0.91% | 0.22% | - |
| XYZ | 1.47 | 2.78 | 0.69 | - |
| YUV | 34.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 8 | 0.91 | 0 | 0.85 | 0.78 | 123.6 | 0.83 | 0.12 |
| Hex | 5 | 37 | 8 | 5B | 0 | 55 | 4E | 7C | 53 | C |
| Octal | 5 | 67 | 10 | 133 | 0 | 125 | 116 | 174 | 123 | 14 |
| Binary | 101 | 110111 | 1000 | 1011011 | 0 | 1010101 | 1001110 | 1111100 | 1010011 | 1100 |
Color Harmonies of #053708
Complementary color
Monochromatic Colors of #053708
Black with #053708
Text Example
Text Example
White with #053708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053708; }
p { color: rgb(5,55,8); }
H1.HeaderClassName
{
color: #053708;
}
.AnyTagClassName
{
color: #053708;
}
</style>
background-color css
<style>
a { background-color: #053708; }
a { background-color: rgb(5,55,8); }
div.DivClassName
{
background-color: #053708;
}
.BgClassName
{
background-color: #053708;
}
</style>
border-color css
<style>
span { border-color: #053708; }
span { border-color: rgb(5,55,8); }
td.TdClassName
{
border-color: #053708;
}
.TagClassName
{
border-color: #053708;
}
</style>