Shades of Myrtle #082D04
Tints of Myrtle #082D04
RGB
CMYK
RGB Variations
Color information
#082D04 (or 0x082D04) is known color: Myrtle. HEX triplet: 08, 2D and 04. RGB value is (8,45,4). Sum of RGB (Red+Green+Blue) = 8+45+4=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 45 (17.97% from 255 or 78.95% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 45 - color contains mainly: green. Hex color #082D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082D04 is #F7D2FB. Grayscale: #1D1D1D. Windows color (decimal): -16241404 or 273672. OLE color: 273672.
HSL color Cylindrical-coordinate representation of color #082D04: hue angle of 114.15º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082D04 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 45 | 4 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.82 |
| HSL | 114.15º | 0.84% | 0.1% | - |
| HSV(B) | 114.15º | 0.91% | 0.18% | - |
| XYZ | 1.06 | 1.94 | 0.43 | - |
| YUV | 29.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 4 | 0.82 | 0 | 0.91 | 0.82 | 114.15 | 0.84 | 0.1 |
| Hex | 8 | 2D | 4 | 52 | 0 | 5B | 52 | 72 | 54 | A |
| Octal | 10 | 55 | 4 | 122 | 0 | 133 | 122 | 162 | 124 | 12 |
| Binary | 1000 | 101101 | 100 | 1010010 | 0 | 1011011 | 1010010 | 1110010 | 1010100 | 1010 |
Color Harmonies of #082D04
Complementary color
Monochromatic Colors of #082D04
Black with #082D04
Text Example
Text Example
White with #082D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D04; }
p { color: rgb(8,45,4); }
H1.HeaderClassName
{
color: #082D04;
}
.AnyTagClassName
{
color: #082D04;
}
</style>
background-color css
<style>
a { background-color: #082D04; }
a { background-color: rgb(8,45,4); }
div.DivClassName
{
background-color: #082D04;
}
.BgClassName
{
background-color: #082D04;
}
</style>
border-color css
<style>
span { border-color: #082D04; }
span { border-color: rgb(8,45,4); }
td.TdClassName
{
border-color: #082D04;
}
.TagClassName
{
border-color: #082D04;
}
</style>