Shades of Myrtle #0A4504
Tints of Myrtle #0A4504
RGB
CMYK
RGB Variations
Color information
#0A4504 (or 0x0A4504) is known color: Myrtle. HEX triplet: 0A, 45 and 04. RGB value is (10,69,4). Sum of RGB (Red+Green+Blue) = 10+69+4=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 69 (27.34% from 255 or 83.13% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4504 is #F5BAFB. Grayscale: #2C2C2C. Windows color (decimal): -16104188 or 279818. OLE color: 279818.
HSL color Cylindrical-coordinate representation of color #0A4504: hue angle of 114.46º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4504 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 4 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.73 |
| HSL | 114.46º | 0.89% | 0.14% | - |
| HSV(B) | 114.46º | 0.94% | 0.27% | - |
| XYZ | 2.28 | 4.33 | 0.83 | - |
| YUV | 43.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 4 | 0.86 | 0 | 0.94 | 0.73 | 114.46 | 0.89 | 0.14 |
| Hex | A | 45 | 4 | 56 | 0 | 5E | 49 | 72 | 59 | E |
| Octal | 12 | 105 | 4 | 126 | 0 | 136 | 111 | 162 | 131 | 16 |
| Binary | 1010 | 1000101 | 100 | 1010110 | 0 | 1011110 | 1001001 | 1110010 | 1011001 | 1110 |
Color Harmonies of #0A4504
Complementary color
Monochromatic Colors of #0A4504
Black with #0A4504
Text Example
Text Example
White with #0A4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4504; }
p { color: rgb(10,69,4); }
H1.HeaderClassName
{
color: #0A4504;
}
.AnyTagClassName
{
color: #0A4504;
}
</style>
background-color css
<style>
a { background-color: #0A4504; }
a { background-color: rgb(10,69,4); }
div.DivClassName
{
background-color: #0A4504;
}
.BgClassName
{
background-color: #0A4504;
}
</style>
border-color css
<style>
span { border-color: #0A4504; }
span { border-color: rgb(10,69,4); }
td.TdClassName
{
border-color: #0A4504;
}
.TagClassName
{
border-color: #0A4504;
}
</style>