Shades of Myrtle #034A0A
Tints of Myrtle #034A0A
RGB
CMYK
RGB Variations
Color information
#034A0A (or 0x034A0A) is known color: Myrtle. HEX triplet: 03, 4A and 0A. RGB value is (3,74,10). Sum of RGB (Red+Green+Blue) = 3+74+10=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 74 (29.30% from 255 or 85.06% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 74 - color contains mainly: green. Hex color #034A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A0A is #FCB5F5. Grayscale: #2D2D2D. Windows color (decimal): -16561654 or 674307. OLE color: 674307.
HSL color Cylindrical-coordinate representation of color #034A0A: hue angle of 125.92º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A0A is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 10 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.71 |
| HSL | 125.92º | 0.92% | 0.15% | - |
| HSV(B) | 125.92º | 0.96% | 0.29% | - |
| XYZ | 2.54 | 4.94 | 1.11 | - |
| YUV | 45.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 10 | 0.96 | 0 | 0.86 | 0.71 | 125.92 | 0.92 | 0.15 |
| Hex | 3 | 4A | A | 60 | 0 | 56 | 47 | 7E | 5C | F |
| Octal | 3 | 112 | 12 | 140 | 0 | 126 | 107 | 176 | 134 | 17 |
| Binary | 11 | 1001010 | 1010 | 1100000 | 0 | 1010110 | 1000111 | 1111110 | 1011100 | 1111 |
Color Harmonies of #034A0A
Complementary color
Monochromatic Colors of #034A0A
Black with #034A0A
Text Example
Text Example
White with #034A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A0A; }
p { color: rgb(3,74,10); }
H1.HeaderClassName
{
color: #034A0A;
}
.AnyTagClassName
{
color: #034A0A;
}
</style>
background-color css
<style>
a { background-color: #034A0A; }
a { background-color: rgb(3,74,10); }
div.DivClassName
{
background-color: #034A0A;
}
.BgClassName
{
background-color: #034A0A;
}
</style>
border-color css
<style>
span { border-color: #034A0A; }
span { border-color: rgb(3,74,10); }
td.TdClassName
{
border-color: #034A0A;
}
.TagClassName
{
border-color: #034A0A;
}
</style>