Shades of Myrtle #082208
Tints of Myrtle #082208
RGB
CMYK
RGB Variations
Color information
#082208 (or 0x082208) is known color: Myrtle. HEX triplet: 08, 22 and 08. RGB value is (8,34,8). Sum of RGB (Red+Green+Blue) = 8+34+8=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #082208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082208 is #F7DDF7. Grayscale: #171717. Windows color (decimal): -16244216 or 533000. OLE color: 533000.
HSL color Cylindrical-coordinate representation of color #082208: hue angle of 120º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #082208 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 34 | 8 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.87 |
| HSL | 120º | 0.62% | 0.08% | - |
| HSV(B) | 120º | 0.76% | 0.13% | - |
| XYZ | 0.72 | 1.21 | 0.43 | - |
| YUV | 23.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 8 | 0.76 | 0 | 0.76 | 0.87 | 120 | 0.62 | 0.08 |
| Hex | 8 | 22 | 8 | 4C | 0 | 4C | 57 | 78 | 3E | 8 |
| Octal | 10 | 42 | 10 | 114 | 0 | 114 | 127 | 170 | 76 | 10 |
| Binary | 1000 | 100010 | 1000 | 1001100 | 0 | 1001100 | 1010111 | 1111000 | 111110 | 1000 |
Color Harmonies of #082208
Complementary color
Monochromatic Colors of #082208
Black with #082208
Text Example
Text Example
White with #082208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082208; }
p { color: rgb(8,34,8); }
H1.HeaderClassName
{
color: #082208;
}
.AnyTagClassName
{
color: #082208;
}
</style>
background-color css
<style>
a { background-color: #082208; }
a { background-color: rgb(8,34,8); }
div.DivClassName
{
background-color: #082208;
}
.BgClassName
{
background-color: #082208;
}
</style>
border-color css
<style>
span { border-color: #082208; }
span { border-color: rgb(8,34,8); }
td.TdClassName
{
border-color: #082208;
}
.TagClassName
{
border-color: #082208;
}
</style>