Shades of Myrtle #082404
Tints of Myrtle #082404
RGB
CMYK
RGB Variations
Color information
#082404 (or 0x082404) is known color: Myrtle. HEX triplet: 08, 24 and 04. RGB value is (8,36,4). Sum of RGB (Red+Green+Blue) = 8+36+4=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #082404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082404 is #F7DBFB. Grayscale: #181818. Windows color (decimal): -16243708 or 271368. OLE color: 271368.
HSL color Cylindrical-coordinate representation of color #082404: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082404 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 4 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.86 |
| HSL | 112.5º | 0.8% | 0.08% | - |
| HSV(B) | 112.5º | 0.89% | 0.14% | - |
| XYZ | 0.75 | 1.32 | 0.33 | - |
| YUV | 23.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 4 | 0.78 | 0 | 0.89 | 0.86 | 112.5 | 0.8 | 0.08 |
| Hex | 8 | 24 | 4 | 4E | 0 | 59 | 56 | 70 | 50 | 8 |
| Octal | 10 | 44 | 4 | 116 | 0 | 131 | 126 | 160 | 120 | 10 |
| Binary | 1000 | 100100 | 100 | 1001110 | 0 | 1011001 | 1010110 | 1110000 | 1010000 | 1000 |
Color Harmonies of #082404
Complementary color
Monochromatic Colors of #082404
Black with #082404
Text Example
Text Example
White with #082404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082404; }
p { color: rgb(8,36,4); }
H1.HeaderClassName
{
color: #082404;
}
.AnyTagClassName
{
color: #082404;
}
</style>
background-color css
<style>
a { background-color: #082404; }
a { background-color: rgb(8,36,4); }
div.DivClassName
{
background-color: #082404;
}
.BgClassName
{
background-color: #082404;
}
</style>
border-color css
<style>
span { border-color: #082404; }
span { border-color: rgb(8,36,4); }
td.TdClassName
{
border-color: #082404;
}
.TagClassName
{
border-color: #082404;
}
</style>