Shades of Myrtle #0A3008
Tints of Myrtle #0A3008
RGB
CMYK
RGB Variations
Color information
#0A3008 (or 0x0A3008) is known color: Myrtle. HEX triplet: 0A, 30 and 08. RGB value is (10,48,8). Sum of RGB (Red+Green+Blue) = 10+48+8=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3008 is #F5CFF7. Grayscale: #202020. Windows color (decimal): -16109560 or 536586. OLE color: 536586.
HSL color Cylindrical-coordinate representation of color #0A3008: hue angle of 117º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3008 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 8 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.81 |
| HSL | 117º | 0.71% | 0.11% | - |
| HSV(B) | 117º | 0.83% | 0.19% | - |
| XYZ | 1.23 | 2.2 | 0.59 | - |
| YUV | 32.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 8 | 0.79 | 0 | 0.83 | 0.81 | 117 | 0.71 | 0.11 |
| Hex | A | 30 | 8 | 4F | 0 | 53 | 51 | 75 | 47 | B |
| Octal | 12 | 60 | 10 | 117 | 0 | 123 | 121 | 165 | 107 | 13 |
| Binary | 1010 | 110000 | 1000 | 1001111 | 0 | 1010011 | 1010001 | 1110101 | 1000111 | 1011 |
Color Harmonies of #0A3008
Complementary color
Monochromatic Colors of #0A3008
Black with #0A3008
Text Example
Text Example
White with #0A3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3008; }
p { color: rgb(10,48,8); }
H1.HeaderClassName
{
color: #0A3008;
}
.AnyTagClassName
{
color: #0A3008;
}
</style>
background-color css
<style>
a { background-color: #0A3008; }
a { background-color: rgb(10,48,8); }
div.DivClassName
{
background-color: #0A3008;
}
.BgClassName
{
background-color: #0A3008;
}
</style>
border-color css
<style>
span { border-color: #0A3008; }
span { border-color: rgb(10,48,8); }
td.TdClassName
{
border-color: #0A3008;
}
.TagClassName
{
border-color: #0A3008;
}
</style>