Shades of Myrtle #082500
Tints of Myrtle #082500
RGB
CMYK
RGB Variations
Color information
#082500 (or 0x082500) is known color: Myrtle. HEX triplet: 08, 25 and 00. RGB value is (8,37,0). Sum of RGB (Red+Green+Blue) = 8+37+0=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #082500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082500 is #F7DAFF. Grayscale: #181818. Windows color (decimal): -16243456 or 9480. OLE color: 9480.
HSL color Cylindrical-coordinate representation of color #082500: hue angle of 107.03º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #082500 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 37 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.85 |
| HSL | 107.03º | 1% | 0.07% | - |
| HSV(B) | 107.03º | 1% | 0.15% | - |
| XYZ | 0.76 | 1.37 | 0.23 | - |
| YUV | 24.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 0 | 0.78 | 0 | 1 | 0.85 | 107.03 | 1 | 0.07 |
| Hex | 8 | 25 | 0 | 4E | 0 | 64 | 55 | 6B | 64 | 7 |
| Octal | 10 | 45 | 0 | 116 | 0 | 144 | 125 | 153 | 144 | 7 |
| Binary | 1000 | 100101 | 0 | 1001110 | 0 | 1100100 | 1010101 | 1101011 | 1100100 | 111 |
Color Harmonies of #082500
Complementary color
Monochromatic Colors of #082500
Black with #082500
Text Example
Text Example
White with #082500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082500; }
p { color: rgb(8,37,0); }
H1.HeaderClassName
{
color: #082500;
}
.AnyTagClassName
{
color: #082500;
}
</style>
background-color css
<style>
a { background-color: #082500; }
a { background-color: rgb(8,37,0); }
div.DivClassName
{
background-color: #082500;
}
.BgClassName
{
background-color: #082500;
}
</style>
border-color css
<style>
span { border-color: #082500; }
span { border-color: rgb(8,37,0); }
td.TdClassName
{
border-color: #082500;
}
.TagClassName
{
border-color: #082500;
}
</style>