Shades of Myrtle #053908
Tints of Myrtle #053908
RGB
CMYK
RGB Variations
Color information
#053908 (or 0x053908) is known color: Myrtle. HEX triplet: 05, 39 and 08. RGB value is (5,57,8). Sum of RGB (Red+Green+Blue) = 5+57+8=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 57 (22.66% from 255 or 81.43% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 57 - color contains mainly: green. Hex color #053908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053908 is #FAC6F7. Grayscale: #242424. Windows color (decimal): -16434936 or 538885. OLE color: 538885.
HSL color Cylindrical-coordinate representation of color #053908: hue angle of 123.46º degrees, saturation: 0.84, 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 #053908 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 57 | 8 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.78 |
| HSL | 123.46º | 0.84% | 0.12% | - |
| HSV(B) | 123.46º | 0.91% | 0.22% | - |
| XYZ | 1.57 | 2.98 | 0.72 | - |
| YUV | 35.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 8 | 0.91 | 0 | 0.86 | 0.78 | 123.46 | 0.84 | 0.12 |
| Hex | 5 | 39 | 8 | 5B | 0 | 56 | 4E | 7B | 54 | C |
| Octal | 5 | 71 | 10 | 133 | 0 | 126 | 116 | 173 | 124 | 14 |
| Binary | 101 | 111001 | 1000 | 1011011 | 0 | 1010110 | 1001110 | 1111011 | 1010100 | 1100 |
Color Harmonies of #053908
Complementary color
Monochromatic Colors of #053908
Black with #053908
Text Example
Text Example
White with #053908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053908; }
p { color: rgb(5,57,8); }
H1.HeaderClassName
{
color: #053908;
}
.AnyTagClassName
{
color: #053908;
}
</style>
background-color css
<style>
a { background-color: #053908; }
a { background-color: rgb(5,57,8); }
div.DivClassName
{
background-color: #053908;
}
.BgClassName
{
background-color: #053908;
}
</style>
border-color css
<style>
span { border-color: #053908; }
span { border-color: rgb(5,57,8); }
td.TdClassName
{
border-color: #053908;
}
.TagClassName
{
border-color: #053908;
}
</style>