Shades of Myrtle #053805
Tints of Myrtle #053805
RGB
CMYK
RGB Variations
Color information
#053805 (or 0x053805) is known color: Myrtle. HEX triplet: 05, 38 and 05. RGB value is (5,56,5). Sum of RGB (Red+Green+Blue) = 5+56+5=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 56 (22.27% from 255 or 84.85% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 56 - color contains mainly: green. Hex color #053805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053805 is #FAC7FA. Grayscale: #232323. Windows color (decimal): -16435195 or 342021. OLE color: 342021.
HSL color Cylindrical-coordinate representation of color #053805: 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 #053805 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 5 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.78 |
| HSL | 120º | 0.84% | 0.12% | - |
| HSV(B) | 120º | 0.91% | 0.22% | - |
| XYZ | 1.5 | 2.87 | 0.62 | - |
| YUV | 34.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 5 | 0.91 | 0 | 0.91 | 0.78 | 120 | 0.84 | 0.12 |
| Hex | 5 | 38 | 5 | 5B | 0 | 5B | 4E | 78 | 54 | C |
| Octal | 5 | 70 | 5 | 133 | 0 | 133 | 116 | 170 | 124 | 14 |
| Binary | 101 | 111000 | 101 | 1011011 | 0 | 1011011 | 1001110 | 1111000 | 1010100 | 1100 |
Color Harmonies of #053805
Complementary color
Monochromatic Colors of #053805
Black with #053805
Text Example
Text Example
White with #053805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053805; }
p { color: rgb(5,56,5); }
H1.HeaderClassName
{
color: #053805;
}
.AnyTagClassName
{
color: #053805;
}
</style>
background-color css
<style>
a { background-color: #053805; }
a { background-color: rgb(5,56,5); }
div.DivClassName
{
background-color: #053805;
}
.BgClassName
{
background-color: #053805;
}
</style>
border-color css
<style>
span { border-color: #053805; }
span { border-color: rgb(5,56,5); }
td.TdClassName
{
border-color: #053805;
}
.TagClassName
{
border-color: #053805;
}
</style>