Shades of Myrtle #082805
Tints of Myrtle #082805
RGB
CMYK
RGB Variations
Color information
#082805 (or 0x082805) is known color: Myrtle. HEX triplet: 08, 28 and 05. RGB value is (8,40,5). Sum of RGB (Red+Green+Blue) = 8+40+5=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #082805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082805 is #F7D7FA. Grayscale: #1A1A1A. Windows color (decimal): -16242683 or 337928. OLE color: 337928.
HSL color Cylindrical-coordinate representation of color #082805: hue angle of 114.86º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082805 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 5 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.84 |
| HSL | 114.86º | 0.78% | 0.09% | - |
| HSV(B) | 114.86º | 0.88% | 0.16% | - |
| XYZ | 0.89 | 1.58 | 0.4 | - |
| YUV | 26.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 5 | 0.80 | 0 | 0.88 | 0.84 | 114.86 | 0.78 | 0.09 |
| Hex | 8 | 28 | 5 | 50 | 0 | 58 | 54 | 73 | 4E | 9 |
| Octal | 10 | 50 | 5 | 120 | 0 | 130 | 124 | 163 | 116 | 11 |
| Binary | 1000 | 101000 | 101 | 1010000 | 0 | 1011000 | 1010100 | 1110011 | 1001110 | 1001 |
Color Harmonies of #082805
Complementary color
Monochromatic Colors of #082805
Black with #082805
Text Example
Text Example
White with #082805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082805; }
p { color: rgb(8,40,5); }
H1.HeaderClassName
{
color: #082805;
}
.AnyTagClassName
{
color: #082805;
}
</style>
background-color css
<style>
a { background-color: #082805; }
a { background-color: rgb(8,40,5); }
div.DivClassName
{
background-color: #082805;
}
.BgClassName
{
background-color: #082805;
}
</style>
border-color css
<style>
span { border-color: #082805; }
span { border-color: rgb(8,40,5); }
td.TdClassName
{
border-color: #082805;
}
.TagClassName
{
border-color: #082805;
}
</style>