Shades of Myrtle #0A340A
Tints of Myrtle #0A340A
RGB
CMYK
RGB Variations
Color information
#0A340A (or 0x0A340A) is known color: Myrtle. HEX triplet: 0A, 34 and 0A. RGB value is (10,52,10). Sum of RGB (Red+Green+Blue) = 10+52+10=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 52 (20.70% from 255 or 72.22% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 52 - color contains mainly: green. Hex color #0A340A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A340A is #F5CBF5. Grayscale: #222222. Windows color (decimal): -16108534 or 668682. OLE color: 668682.
HSL color Cylindrical-coordinate representation of color #0A340A: hue angle of 120º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A340A is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 10 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.80 |
| HSL | 120º | 0.68% | 0.12% | - |
| HSV(B) | 120º | 0.81% | 0.2% | - |
| XYZ | 1.41 | 2.54 | 0.7 | - |
| YUV | 34.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 10 | 0.81 | 0 | 0.81 | 0.80 | 120 | 0.68 | 0.12 |
| Hex | A | 34 | A | 51 | 0 | 51 | 50 | 78 | 44 | C |
| Octal | 12 | 64 | 12 | 121 | 0 | 121 | 120 | 170 | 104 | 14 |
| Binary | 1010 | 110100 | 1010 | 1010001 | 0 | 1010001 | 1010000 | 1111000 | 1000100 | 1100 |
Color Harmonies of #0A340A
Complementary color
Monochromatic Colors of #0A340A
Black with #0A340A
Text Example
Text Example
White with #0A340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A340A; }
p { color: rgb(10,52,10); }
H1.HeaderClassName
{
color: #0A340A;
}
.AnyTagClassName
{
color: #0A340A;
}
</style>
background-color css
<style>
a { background-color: #0A340A; }
a { background-color: rgb(10,52,10); }
div.DivClassName
{
background-color: #0A340A;
}
.BgClassName
{
background-color: #0A340A;
}
</style>
border-color css
<style>
span { border-color: #0A340A; }
span { border-color: rgb(10,52,10); }
td.TdClassName
{
border-color: #0A340A;
}
.TagClassName
{
border-color: #0A340A;
}
</style>