Shades of Myrtle #08400D
Tints of Myrtle #08400D
RGB
CMYK
RGB Variations
Color information
#08400D (or 0x08400D) is known color: Myrtle. HEX triplet: 08, 40 and 0D. RGB value is (8,64,13). Sum of RGB (Red+Green+Blue) = 8+64+13=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #08400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08400D is #F7BFF2. Grayscale: #292929. Windows color (decimal): -16236531 or 868360. OLE color: 868360.
HSL color Cylindrical-coordinate representation of color #08400D: hue angle of 125.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08400D is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 13 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.75 |
| HSL | 125.36º | 0.78% | 0.14% | - |
| HSV(B) | 125.36º | 0.88% | 0.25% | - |
| XYZ | 2.01 | 3.75 | 1 | - |
| YUV | 41.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 13 | 0.87 | 0 | 0.80 | 0.75 | 125.36 | 0.78 | 0.14 |
| Hex | 8 | 40 | D | 57 | 0 | 50 | 4B | 7D | 4E | E |
| Octal | 10 | 100 | 15 | 127 | 0 | 120 | 113 | 175 | 116 | 16 |
| Binary | 1000 | 1000000 | 1101 | 1010111 | 0 | 1010000 | 1001011 | 1111101 | 1001110 | 1110 |
Color Harmonies of #08400D
Complementary color
Monochromatic Colors of #08400D
Black with #08400D
Text Example
Text Example
White with #08400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08400D; }
p { color: rgb(8,64,13); }
H1.HeaderClassName
{
color: #08400D;
}
.AnyTagClassName
{
color: #08400D;
}
</style>
background-color css
<style>
a { background-color: #08400D; }
a { background-color: rgb(8,64,13); }
div.DivClassName
{
background-color: #08400D;
}
.BgClassName
{
background-color: #08400D;
}
</style>
border-color css
<style>
span { border-color: #08400D; }
span { border-color: rgb(8,64,13); }
td.TdClassName
{
border-color: #08400D;
}
.TagClassName
{
border-color: #08400D;
}
</style>