Shades of Myrtle #00460A
Tints of Myrtle #00460A
RGB
CMYK
RGB Variations
Color information
#00460A (or 0x00460A) is known color: Myrtle. HEX triplet: 00, 46 and 0A. RGB value is (0,70,10). Sum of RGB (Red+Green+Blue) = 0+70+10=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #00460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00460A is #FFB9F5. Grayscale: #2A2A2A. Windows color (decimal): -16759286 or 673280. OLE color: 673280.
HSL color Cylindrical-coordinate representation of color #00460A: hue angle of 128.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00460A is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 10 | - |
| CMYK | 1 | 0 | 0.86 | 0.73 |
| HSL | 128.57º | 1% | 0.14% | - |
| HSV(B) | 128.57º | 1% | 0.27% | - |
| XYZ | 2.24 | 4.4 | 1.02 | - |
| YUV | 42.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 10 | 1 | 0 | 0.86 | 0.73 | 128.57 | 1 | 0.14 |
| Hex | 0 | 46 | A | 64 | 0 | 56 | 49 | 81 | 64 | E |
| Octal | 0 | 106 | 12 | 144 | 0 | 126 | 111 | 201 | 144 | 16 |
| Binary | 0 | 1000110 | 1010 | 1100100 | 0 | 1010110 | 1001001 | 10000001 | 1100100 | 1110 |
Color Harmonies of #00460A
Complementary color
Monochromatic Colors of #00460A
Black with #00460A
Text Example
Text Example
White with #00460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00460A; }
p { color: rgb(0,70,10); }
H1.HeaderClassName
{
color: #00460A;
}
.AnyTagClassName
{
color: #00460A;
}
</style>
background-color css
<style>
a { background-color: #00460A; }
a { background-color: rgb(0,70,10); }
div.DivClassName
{
background-color: #00460A;
}
.BgClassName
{
background-color: #00460A;
}
</style>
border-color css
<style>
span { border-color: #00460A; }
span { border-color: rgb(0,70,10); }
td.TdClassName
{
border-color: #00460A;
}
.TagClassName
{
border-color: #00460A;
}
</style>