Shades of Myrtle #0A360A
Tints of Myrtle #0A360A
RGB
CMYK
RGB Variations
Color information
#0A360A (or 0x0A360A) is known color: Myrtle. HEX triplet: 0A, 36 and 0A. RGB value is (10,54,10). Sum of RGB (Red+Green+Blue) = 10+54+10=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #0A360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A360A is #F5C9F5. Grayscale: #232323. Windows color (decimal): -16108022 or 669194. OLE color: 669194.
HSL color Cylindrical-coordinate representation of color #0A360A: hue angle of 120º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A360A is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 54 | 10 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.79 |
| HSL | 120º | 0.69% | 0.13% | - |
| HSV(B) | 120º | 0.81% | 0.21% | - |
| XYZ | 1.5 | 2.72 | 0.73 | - |
| YUV | 35.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 10 | 0.81 | 0 | 0.81 | 0.79 | 120 | 0.69 | 0.13 |
| Hex | A | 36 | A | 51 | 0 | 51 | 4F | 78 | 45 | D |
| Octal | 12 | 66 | 12 | 121 | 0 | 121 | 117 | 170 | 105 | 15 |
| Binary | 1010 | 110110 | 1010 | 1010001 | 0 | 1010001 | 1001111 | 1111000 | 1000101 | 1101 |
Color Harmonies of #0A360A
Complementary color
Monochromatic Colors of #0A360A
Black with #0A360A
Text Example
Text Example
White with #0A360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A360A; }
p { color: rgb(10,54,10); }
H1.HeaderClassName
{
color: #0A360A;
}
.AnyTagClassName
{
color: #0A360A;
}
</style>
background-color css
<style>
a { background-color: #0A360A; }
a { background-color: rgb(10,54,10); }
div.DivClassName
{
background-color: #0A360A;
}
.BgClassName
{
background-color: #0A360A;
}
</style>
border-color css
<style>
span { border-color: #0A360A; }
span { border-color: rgb(10,54,10); }
td.TdClassName
{
border-color: #0A360A;
}
.TagClassName
{
border-color: #0A360A;
}
</style>