Shades of Myrtle #08340C
Tints of Myrtle #08340C
RGB
CMYK
RGB Variations
Color information
#08340C (or 0x08340C) is known color: Myrtle. HEX triplet: 08, 34 and 0C. RGB value is (8,52,12). Sum of RGB (Red+Green+Blue) = 8+52+12=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #08340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08340C is #F7CBF3. Grayscale: #222222. Windows color (decimal): -16239604 or 799752. OLE color: 799752.
HSL color Cylindrical-coordinate representation of color #08340C: hue angle of 125.45º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08340C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 52 | 12 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.80 |
| HSL | 125.45º | 0.73% | 0.12% | - |
| HSV(B) | 125.45º | 0.85% | 0.2% | - |
| XYZ | 1.39 | 2.53 | 0.76 | - |
| YUV | 34.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 12 | 0.85 | 0 | 0.77 | 0.80 | 125.45 | 0.73 | 0.12 |
| Hex | 8 | 34 | C | 55 | 0 | 4D | 50 | 7D | 49 | C |
| Octal | 10 | 64 | 14 | 125 | 0 | 115 | 120 | 175 | 111 | 14 |
| Binary | 1000 | 110100 | 1100 | 1010101 | 0 | 1001101 | 1010000 | 1111101 | 1001001 | 1100 |
Color Harmonies of #08340C
Complementary color
Monochromatic Colors of #08340C
Black with #08340C
Text Example
Text Example
White with #08340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08340C; }
p { color: rgb(8,52,12); }
H1.HeaderClassName
{
color: #08340C;
}
.AnyTagClassName
{
color: #08340C;
}
</style>
background-color css
<style>
a { background-color: #08340C; }
a { background-color: rgb(8,52,12); }
div.DivClassName
{
background-color: #08340C;
}
.BgClassName
{
background-color: #08340C;
}
</style>
border-color css
<style>
span { border-color: #08340C; }
span { border-color: rgb(8,52,12); }
td.TdClassName
{
border-color: #08340C;
}
.TagClassName
{
border-color: #08340C;
}
</style>