Shades of Myrtle #0A380C
Tints of Myrtle #0A380C
RGB
CMYK
RGB Variations
Color information
#0A380C (or 0x0A380C) is known color: Myrtle. HEX triplet: 0A, 38 and 0C. RGB value is (10,56,12). Sum of RGB (Red+Green+Blue) = 10+56+12=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #0A380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A380C is #F5C7F3. Grayscale: #252525. Windows color (decimal): -16107508 or 800778. OLE color: 800778.
HSL color Cylindrical-coordinate representation of color #0A380C: hue angle of 122.61º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A380C is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 12 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.78 |
| HSL | 122.61º | 0.7% | 0.13% | - |
| HSV(B) | 122.61º | 0.82% | 0.22% | - |
| XYZ | 1.61 | 2.92 | 0.83 | - |
| YUV | 37.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 12 | 0.82 | 0 | 0.79 | 0.78 | 122.61 | 0.7 | 0.13 |
| Hex | A | 38 | C | 52 | 0 | 4F | 4E | 7B | 46 | D |
| Octal | 12 | 70 | 14 | 122 | 0 | 117 | 116 | 173 | 106 | 15 |
| Binary | 1010 | 111000 | 1100 | 1010010 | 0 | 1001111 | 1001110 | 1111011 | 1000110 | 1101 |
Color Harmonies of #0A380C
Complementary color
Monochromatic Colors of #0A380C
Black with #0A380C
Text Example
Text Example
White with #0A380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A380C; }
p { color: rgb(10,56,12); }
H1.HeaderClassName
{
color: #0A380C;
}
.AnyTagClassName
{
color: #0A380C;
}
</style>
background-color css
<style>
a { background-color: #0A380C; }
a { background-color: rgb(10,56,12); }
div.DivClassName
{
background-color: #0A380C;
}
.BgClassName
{
background-color: #0A380C;
}
</style>
border-color css
<style>
span { border-color: #0A380C; }
span { border-color: rgb(10,56,12); }
td.TdClassName
{
border-color: #0A380C;
}
.TagClassName
{
border-color: #0A380C;
}
</style>