Shades of Myrtle #082200
Tints of Myrtle #082200
RGB
CMYK
RGB Variations
Color information
#082200 (or 0x082200) is known color: Myrtle. HEX triplet: 08, 22 and 00. RGB value is (8,34,0). Sum of RGB (Red+Green+Blue) = 8+34+0=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #082200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082200 is #F7DDFF. Grayscale: #161616. Windows color (decimal): -16244224 or 8712. OLE color: 8712.
HSL color Cylindrical-coordinate representation of color #082200: hue angle of 105.88º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #082200 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.87 |
| HSL | 105.88º | 1% | 0.07% | - |
| HSV(B) | 105.88º | 1% | 0.13% | - |
| XYZ | 0.67 | 1.2 | 0.2 | - |
| YUV | 22.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 0 | 0.76 | 0 | 1 | 0.87 | 105.88 | 1 | 0.07 |
| Hex | 8 | 22 | 0 | 4C | 0 | 64 | 57 | 6A | 64 | 7 |
| Octal | 10 | 42 | 0 | 114 | 0 | 144 | 127 | 152 | 144 | 7 |
| Binary | 1000 | 100010 | 0 | 1001100 | 0 | 1100100 | 1010111 | 1101010 | 1100100 | 111 |
Color Harmonies of #082200
Complementary color
Monochromatic Colors of #082200
Black with #082200
Text Example
Text Example
White with #082200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082200; }
p { color: rgb(8,34,0); }
H1.HeaderClassName
{
color: #082200;
}
.AnyTagClassName
{
color: #082200;
}
</style>
background-color css
<style>
a { background-color: #082200; }
a { background-color: rgb(8,34,0); }
div.DivClassName
{
background-color: #082200;
}
.BgClassName
{
background-color: #082200;
}
</style>
border-color css
<style>
span { border-color: #082200; }
span { border-color: rgb(8,34,0); }
td.TdClassName
{
border-color: #082200;
}
.TagClassName
{
border-color: #082200;
}
</style>