Shades of Myrtle #0A3E0F
Tints of Myrtle #0A3E0F
RGB
CMYK
RGB Variations
Color information
#0A3E0F (or 0x0A3E0F) is known color: Myrtle. HEX triplet: 0A, 3E and 0F. RGB value is (10,62,15). Sum of RGB (Red+Green+Blue) = 10+62+15=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 62 (24.61% from 255 or 71.26% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3E0F is #F5C1F0. Grayscale: #292929. Windows color (decimal): -16105969 or 998922. OLE color: 998922.
HSL color Cylindrical-coordinate representation of color #0A3E0F: hue angle of 125.77º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E0F is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 15 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.76 |
| HSL | 125.77º | 0.72% | 0.14% | - |
| HSV(B) | 125.77º | 0.84% | 0.24% | - |
| XYZ | 1.93 | 3.54 | 1.03 | - |
| YUV | 41.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 15 | 0.84 | 0 | 0.76 | 0.76 | 125.77 | 0.72 | 0.14 |
| Hex | A | 3E | F | 54 | 0 | 4C | 4C | 7E | 48 | E |
| Octal | 12 | 76 | 17 | 124 | 0 | 114 | 114 | 176 | 110 | 16 |
| Binary | 1010 | 111110 | 1111 | 1010100 | 0 | 1001100 | 1001100 | 1111110 | 1001000 | 1110 |
Color Harmonies of #0A3E0F
Complementary color
Monochromatic Colors of #0A3E0F
Black with #0A3E0F
Text Example
Text Example
White with #0A3E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E0F; }
p { color: rgb(10,62,15); }
H1.HeaderClassName
{
color: #0A3E0F;
}
.AnyTagClassName
{
color: #0A3E0F;
}
</style>
background-color css
<style>
a { background-color: #0A3E0F; }
a { background-color: rgb(10,62,15); }
div.DivClassName
{
background-color: #0A3E0F;
}
.BgClassName
{
background-color: #0A3E0F;
}
</style>
border-color css
<style>
span { border-color: #0A3E0F; }
span { border-color: rgb(10,62,15); }
td.TdClassName
{
border-color: #0A3E0F;
}
.TagClassName
{
border-color: #0A3E0F;
}
</style>