Shades of Myrtle #082509
Tints of Myrtle #082509
RGB
CMYK
RGB Variations
Color information
#082509 (or 0x082509) is known color: Myrtle. HEX triplet: 08, 25 and 09. RGB value is (8,37,9). Sum of RGB (Red+Green+Blue) = 8+37+9=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #082509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082509 is #F7DAF6. Grayscale: #191919. Windows color (decimal): -16243447 or 599304. OLE color: 599304.
HSL color Cylindrical-coordinate representation of color #082509: hue angle of 122.07º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082509 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 37 | 9 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.85 |
| HSL | 122.07º | 0.64% | 0.09% | - |
| HSV(B) | 122.07º | 0.78% | 0.15% | - |
| XYZ | 0.81 | 1.39 | 0.48 | - |
| YUV | 25.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 9 | 0.78 | 0 | 0.76 | 0.85 | 122.07 | 0.64 | 0.09 |
| Hex | 8 | 25 | 9 | 4E | 0 | 4C | 55 | 7A | 40 | 9 |
| Octal | 10 | 45 | 11 | 116 | 0 | 114 | 125 | 172 | 100 | 11 |
| Binary | 1000 | 100101 | 1001 | 1001110 | 0 | 1001100 | 1010101 | 1111010 | 1000000 | 1001 |
Color Harmonies of #082509
Complementary color
Monochromatic Colors of #082509
Black with #082509
Text Example
Text Example
White with #082509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082509; }
p { color: rgb(8,37,9); }
H1.HeaderClassName
{
color: #082509;
}
.AnyTagClassName
{
color: #082509;
}
</style>
background-color css
<style>
a { background-color: #082509; }
a { background-color: rgb(8,37,9); }
div.DivClassName
{
background-color: #082509;
}
.BgClassName
{
background-color: #082509;
}
</style>
border-color css
<style>
span { border-color: #082509; }
span { border-color: rgb(8,37,9); }
td.TdClassName
{
border-color: #082509;
}
.TagClassName
{
border-color: #082509;
}
</style>