Shades of Myrtle #0A370F
Tints of Myrtle #0A370F
RGB
CMYK
RGB Variations
Color information
#0A370F (or 0x0A370F) is known color: Myrtle. HEX triplet: 0A, 37 and 0F. RGB value is (10,55,15). Sum of RGB (Red+Green+Blue) = 10+55+15=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #0A370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A370F is #F5C8F0. Grayscale: #252525. Windows color (decimal): -16107761 or 997130. OLE color: 997130.
HSL color Cylindrical-coordinate representation of color #0A370F: hue angle of 126.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A370F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 15 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.78 |
| HSL | 126.67º | 0.69% | 0.13% | - |
| HSV(B) | 126.67º | 0.82% | 0.22% | - |
| XYZ | 1.58 | 2.83 | 0.92 | - |
| YUV | 36.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 15 | 0.82 | 0 | 0.73 | 0.78 | 126.67 | 0.69 | 0.13 |
| Hex | A | 37 | F | 52 | 0 | 49 | 4E | 7F | 45 | D |
| Octal | 12 | 67 | 17 | 122 | 0 | 111 | 116 | 177 | 105 | 15 |
| Binary | 1010 | 110111 | 1111 | 1010010 | 0 | 1001001 | 1001110 | 1111111 | 1000101 | 1101 |
Color Harmonies of #0A370F
Complementary color
Monochromatic Colors of #0A370F
Black with #0A370F
Text Example
Text Example
White with #0A370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A370F; }
p { color: rgb(10,55,15); }
H1.HeaderClassName
{
color: #0A370F;
}
.AnyTagClassName
{
color: #0A370F;
}
</style>
background-color css
<style>
a { background-color: #0A370F; }
a { background-color: rgb(10,55,15); }
div.DivClassName
{
background-color: #0A370F;
}
.BgClassName
{
background-color: #0A370F;
}
</style>
border-color css
<style>
span { border-color: #0A370F; }
span { border-color: rgb(10,55,15); }
td.TdClassName
{
border-color: #0A370F;
}
.TagClassName
{
border-color: #0A370F;
}
</style>