Shades of Myrtle #0A530C
Tints of Myrtle #0A530C
RGB
CMYK
RGB Variations
Color information
#0A530C (or 0x0A530C) is known color: Myrtle. HEX triplet: 0A, 53 and 0C. RGB value is (10,83,12). Sum of RGB (Red+Green+Blue) = 10+83+12=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #0A530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A530C is #F5ACF3. Grayscale: #353535. Windows color (decimal): -16100596 or 807690. OLE color: 807690.
HSL color Cylindrical-coordinate representation of color #0A530C: hue angle of 121.64º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A530C is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 12 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.67 |
| HSL | 121.64º | 0.78% | 0.18% | - |
| HSV(B) | 121.64º | 0.88% | 0.33% | - |
| XYZ | 3.28 | 6.28 | 1.39 | - |
| YUV | 53.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 12 | 0.88 | 0 | 0.86 | 0.67 | 121.64 | 0.78 | 0.18 |
| Hex | A | 53 | C | 58 | 0 | 56 | 43 | 7A | 4E | 12 |
| Octal | 12 | 123 | 14 | 130 | 0 | 126 | 103 | 172 | 116 | 22 |
| Binary | 1010 | 1010011 | 1100 | 1011000 | 0 | 1010110 | 1000011 | 1111010 | 1001110 | 10010 |
Color Harmonies of #0A530C
Complementary color
Monochromatic Colors of #0A530C
Black with #0A530C
Text Example
Text Example
White with #0A530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A530C; }
p { color: rgb(10,83,12); }
H1.HeaderClassName
{
color: #0A530C;
}
.AnyTagClassName
{
color: #0A530C;
}
</style>
background-color css
<style>
a { background-color: #0A530C; }
a { background-color: rgb(10,83,12); }
div.DivClassName
{
background-color: #0A530C;
}
.BgClassName
{
background-color: #0A530C;
}
</style>
border-color css
<style>
span { border-color: #0A530C; }
span { border-color: rgb(10,83,12); }
td.TdClassName
{
border-color: #0A530C;
}
.TagClassName
{
border-color: #0A530C;
}
</style>