Shades of Myrtle #053905
Tints of Myrtle #053905
RGB
CMYK
RGB Variations
Color information
#053905 (or 0x053905) is known color: Myrtle. HEX triplet: 05, 39 and 05. RGB value is (5,57,5). Sum of RGB (Red+Green+Blue) = 5+57+5=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 57 (22.66% from 255 or 85.07% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 57 - color contains mainly: green. Hex color #053905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053905 is #FAC6FA. Grayscale: #232323. Windows color (decimal): -16434939 or 342277. OLE color: 342277.
HSL color Cylindrical-coordinate representation of color #053905: hue angle of 120º 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 #053905 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 57 | 5 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.78 |
| HSL | 120º | 0.84% | 0.12% | - |
| HSV(B) | 120º | 0.91% | 0.22% | - |
| XYZ | 1.55 | 2.97 | 0.63 | - |
| YUV | 35.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 5 | 0.91 | 0 | 0.91 | 0.78 | 120 | 0.84 | 0.12 |
| Hex | 5 | 39 | 5 | 5B | 0 | 5B | 4E | 78 | 54 | C |
| Octal | 5 | 71 | 5 | 133 | 0 | 133 | 116 | 170 | 124 | 14 |
| Binary | 101 | 111001 | 101 | 1011011 | 0 | 1011011 | 1001110 | 1111000 | 1010100 | 1100 |
Color Harmonies of #053905
Complementary color
Monochromatic Colors of #053905
Black with #053905
Text Example
Text Example
White with #053905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053905; }
p { color: rgb(5,57,5); }
H1.HeaderClassName
{
color: #053905;
}
.AnyTagClassName
{
color: #053905;
}
</style>
background-color css
<style>
a { background-color: #053905; }
a { background-color: rgb(5,57,5); }
div.DivClassName
{
background-color: #053905;
}
.BgClassName
{
background-color: #053905;
}
</style>
border-color css
<style>
span { border-color: #053905; }
span { border-color: rgb(5,57,5); }
td.TdClassName
{
border-color: #053905;
}
.TagClassName
{
border-color: #053905;
}
</style>