Shades of Myrtle #082808
Tints of Myrtle #082808
RGB
CMYK
RGB Variations
Color information
#082808 (or 0x082808) is known color: Myrtle. HEX triplet: 08, 28 and 08. RGB value is (8,40,8). Sum of RGB (Red+Green+Blue) = 8+40+8=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 40 (16.02% from 255 or 71.43% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 40 - color contains mainly: green. Hex color #082808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082808 is #F7D7F7. Grayscale: #1A1A1A. Windows color (decimal): -16242680 or 534536. OLE color: 534536.
HSL color Cylindrical-coordinate representation of color #082808: hue angle of 120º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082808 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 8 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.84 |
| HSL | 120º | 0.67% | 0.09% | - |
| HSV(B) | 120º | 0.8% | 0.16% | - |
| XYZ | 0.9 | 1.59 | 0.49 | - |
| YUV | 26.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 8 | 0.80 | 0 | 0.80 | 0.84 | 120 | 0.67 | 0.09 |
| Hex | 8 | 28 | 8 | 50 | 0 | 50 | 54 | 78 | 43 | 9 |
| Octal | 10 | 50 | 10 | 120 | 0 | 120 | 124 | 170 | 103 | 11 |
| Binary | 1000 | 101000 | 1000 | 1010000 | 0 | 1010000 | 1010100 | 1111000 | 1000011 | 1001 |
Color Harmonies of #082808
Complementary color
Monochromatic Colors of #082808
Black with #082808
Text Example
Text Example
White with #082808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082808; }
p { color: rgb(8,40,8); }
H1.HeaderClassName
{
color: #082808;
}
.AnyTagClassName
{
color: #082808;
}
</style>
background-color css
<style>
a { background-color: #082808; }
a { background-color: rgb(8,40,8); }
div.DivClassName
{
background-color: #082808;
}
.BgClassName
{
background-color: #082808;
}
</style>
border-color css
<style>
span { border-color: #082808; }
span { border-color: rgb(8,40,8); }
td.TdClassName
{
border-color: #082808;
}
.TagClassName
{
border-color: #082808;
}
</style>