Shades of Myrtle #0A530F
Tints of Myrtle #0A530F
RGB
CMYK
RGB Variations
Color information
#0A530F (or 0x0A530F) is known color: Myrtle. HEX triplet: 0A, 53 and 0F. RGB value is (10,83,15). Sum of RGB (Red+Green+Blue) = 10+83+15=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #0A530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A530F is #F5ACF0. Grayscale: #353535. Windows color (decimal): -16100593 or 1004298. OLE color: 1004298.
HSL color Cylindrical-coordinate representation of color #0A530F: hue angle of 124.11º 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 #0A530F is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 15 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.67 |
| HSL | 124.11º | 0.78% | 0.18% | - |
| HSV(B) | 124.11º | 0.88% | 0.33% | - |
| XYZ | 3.3 | 6.29 | 1.49 | - |
| YUV | 53.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 15 | 0.88 | 0 | 0.82 | 0.67 | 124.11 | 0.78 | 0.18 |
| Hex | A | 53 | F | 58 | 0 | 52 | 43 | 7C | 4E | 12 |
| Octal | 12 | 123 | 17 | 130 | 0 | 122 | 103 | 174 | 116 | 22 |
| Binary | 1010 | 1010011 | 1111 | 1011000 | 0 | 1010010 | 1000011 | 1111100 | 1001110 | 10010 |
Color Harmonies of #0A530F
Complementary color
Monochromatic Colors of #0A530F
Black with #0A530F
Text Example
Text Example
White with #0A530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A530F; }
p { color: rgb(10,83,15); }
H1.HeaderClassName
{
color: #0A530F;
}
.AnyTagClassName
{
color: #0A530F;
}
</style>
background-color css
<style>
a { background-color: #0A530F; }
a { background-color: rgb(10,83,15); }
div.DivClassName
{
background-color: #0A530F;
}
.BgClassName
{
background-color: #0A530F;
}
</style>
border-color css
<style>
span { border-color: #0A530F; }
span { border-color: rgb(10,83,15); }
td.TdClassName
{
border-color: #0A530F;
}
.TagClassName
{
border-color: #0A530F;
}
</style>