Shades of Myrtle #082C09
Tints of Myrtle #082C09
RGB
CMYK
RGB Variations
Color information
#082C09 (or 0x082C09) is known color: Myrtle. HEX triplet: 08, 2C and 09. RGB value is (8,44,9). Sum of RGB (Red+Green+Blue) = 8+44+9=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #082C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C09 is #F7D3F6. Grayscale: #1D1D1D. Windows color (decimal): -16241655 or 601096. OLE color: 601096.
HSL color Cylindrical-coordinate representation of color #082C09: hue angle of 121.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C09 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 9 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.83 |
| HSL | 121.67º | 0.69% | 0.1% | - |
| HSV(B) | 121.67º | 0.82% | 0.17% | - |
| XYZ | 1.05 | 1.87 | 0.56 | - |
| YUV | 29.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 9 | 0.82 | 0 | 0.80 | 0.83 | 121.67 | 0.69 | 0.1 |
| Hex | 8 | 2C | 9 | 52 | 0 | 50 | 53 | 7A | 45 | A |
| Octal | 10 | 54 | 11 | 122 | 0 | 120 | 123 | 172 | 105 | 12 |
| Binary | 1000 | 101100 | 1001 | 1010010 | 0 | 1010000 | 1010011 | 1111010 | 1000101 | 1010 |
Color Harmonies of #082C09
Complementary color
Monochromatic Colors of #082C09
Black with #082C09
Text Example
Text Example
White with #082C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C09; }
p { color: rgb(8,44,9); }
H1.HeaderClassName
{
color: #082C09;
}
.AnyTagClassName
{
color: #082C09;
}
</style>
background-color css
<style>
a { background-color: #082C09; }
a { background-color: rgb(8,44,9); }
div.DivClassName
{
background-color: #082C09;
}
.BgClassName
{
background-color: #082C09;
}
</style>
border-color css
<style>
span { border-color: #082C09; }
span { border-color: rgb(8,44,9); }
td.TdClassName
{
border-color: #082C09;
}
.TagClassName
{
border-color: #082C09;
}
</style>