Shades of Myrtle #0A4312
Tints of Myrtle #0A4312
RGB
CMYK
RGB Variations
Color information
#0A4312 (or 0x0A4312) is known color: Myrtle. HEX triplet: 0A, 43 and 12. RGB value is (10,67,18). Sum of RGB (Red+Green+Blue) = 10+67+18=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4312 is #F5BCED. Grayscale: #2C2C2C. Windows color (decimal): -16104686 or 1196810. OLE color: 1196810.
HSL color Cylindrical-coordinate representation of color #0A4312: hue angle of 128.42º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4312 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 18 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.74 |
| HSL | 128.42º | 0.74% | 0.15% | - |
| HSV(B) | 128.42º | 0.85% | 0.26% | - |
| XYZ | 2.24 | 4.12 | 1.25 | - |
| YUV | 44.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 18 | 0.85 | 0 | 0.73 | 0.74 | 128.42 | 0.74 | 0.15 |
| Hex | A | 43 | 12 | 55 | 0 | 49 | 4A | 80 | 4A | F |
| Octal | 12 | 103 | 22 | 125 | 0 | 111 | 112 | 200 | 112 | 17 |
| Binary | 1010 | 1000011 | 10010 | 1010101 | 0 | 1001001 | 1001010 | 10000000 | 1001010 | 1111 |
Color Harmonies of #0A4312
Complementary color
Monochromatic Colors of #0A4312
Black with #0A4312
Text Example
Text Example
White with #0A4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4312; }
p { color: rgb(10,67,18); }
H1.HeaderClassName
{
color: #0A4312;
}
.AnyTagClassName
{
color: #0A4312;
}
</style>
background-color css
<style>
a { background-color: #0A4312; }
a { background-color: rgb(10,67,18); }
div.DivClassName
{
background-color: #0A4312;
}
.BgClassName
{
background-color: #0A4312;
}
</style>
border-color css
<style>
span { border-color: #0A4312; }
span { border-color: rgb(10,67,18); }
td.TdClassName
{
border-color: #0A4312;
}
.TagClassName
{
border-color: #0A4312;
}
</style>