Shades of Myrtle #0A3701
Tints of Myrtle #0A3701
RGB
CMYK
RGB Variations
Color information
#0A3701 (or 0x0A3701) is known color: Myrtle. HEX triplet: 0A, 37 and 01. RGB value is (10,55,1). Sum of RGB (Red+Green+Blue) = 10+55+1=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 55 (21.88% from 255 or 83.33% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3701 is #F5C8FE. Grayscale: #232323. Windows color (decimal): -16107775 or 79626. OLE color: 79626.
HSL color Cylindrical-coordinate representation of color #0A3701: hue angle of 110º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A3701 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 1 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.78 |
| HSL | 110º | 0.96% | 0.11% | - |
| HSV(B) | 110º | 0.98% | 0.22% | - |
| XYZ | 1.5 | 2.8 | 0.49 | - |
| YUV | 35.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 1 | 0.82 | 0 | 0.98 | 0.78 | 110 | 0.96 | 0.11 |
| Hex | A | 37 | 1 | 52 | 0 | 62 | 4E | 6E | 60 | B |
| Octal | 12 | 67 | 1 | 122 | 0 | 142 | 116 | 156 | 140 | 13 |
| Binary | 1010 | 110111 | 1 | 1010010 | 0 | 1100010 | 1001110 | 1101110 | 1100000 | 1011 |
Color Harmonies of #0A3701
Complementary color
Monochromatic Colors of #0A3701
Black with #0A3701
Text Example
Text Example
White with #0A3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3701; }
p { color: rgb(10,55,1); }
H1.HeaderClassName
{
color: #0A3701;
}
.AnyTagClassName
{
color: #0A3701;
}
</style>
background-color css
<style>
a { background-color: #0A3701; }
a { background-color: rgb(10,55,1); }
div.DivClassName
{
background-color: #0A3701;
}
.BgClassName
{
background-color: #0A3701;
}
</style>
border-color css
<style>
span { border-color: #0A3701; }
span { border-color: rgb(10,55,1); }
td.TdClassName
{
border-color: #0A3701;
}
.TagClassName
{
border-color: #0A3701;
}
</style>