Shades of Myrtle #0A350A
Tints of Myrtle #0A350A
RGB
CMYK
RGB Variations
Color information
#0A350A (or 0x0A350A) is known color: Myrtle. HEX triplet: 0A, 35 and 0A. RGB value is (10,53,10). Sum of RGB (Red+Green+Blue) = 10+53+10=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #0A350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A350A is #F5CAF5. Grayscale: #232323. Windows color (decimal): -16108278 or 668938. OLE color: 668938.
HSL color Cylindrical-coordinate representation of color #0A350A: hue angle of 120º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A350A is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 53 | 10 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.79 |
| HSL | 120º | 0.68% | 0.12% | - |
| HSV(B) | 120º | 0.81% | 0.21% | - |
| XYZ | 1.45 | 2.63 | 0.72 | - |
| YUV | 35.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 10 | 0.81 | 0 | 0.81 | 0.79 | 120 | 0.68 | 0.12 |
| Hex | A | 35 | A | 51 | 0 | 51 | 4F | 78 | 44 | C |
| Octal | 12 | 65 | 12 | 121 | 0 | 121 | 117 | 170 | 104 | 14 |
| Binary | 1010 | 110101 | 1010 | 1010001 | 0 | 1010001 | 1001111 | 1111000 | 1000100 | 1100 |
Color Harmonies of #0A350A
Complementary color
Monochromatic Colors of #0A350A
Black with #0A350A
Text Example
Text Example
White with #0A350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A350A; }
p { color: rgb(10,53,10); }
H1.HeaderClassName
{
color: #0A350A;
}
.AnyTagClassName
{
color: #0A350A;
}
</style>
background-color css
<style>
a { background-color: #0A350A; }
a { background-color: rgb(10,53,10); }
div.DivClassName
{
background-color: #0A350A;
}
.BgClassName
{
background-color: #0A350A;
}
</style>
border-color css
<style>
span { border-color: #0A350A; }
span { border-color: rgb(10,53,10); }
td.TdClassName
{
border-color: #0A350A;
}
.TagClassName
{
border-color: #0A350A;
}
</style>