Shades of Myrtle #034904
Tints of Myrtle #034904
RGB
CMYK
RGB Variations
Color information
#034904 (or 0x034904) is known color: Myrtle. HEX triplet: 03, 49 and 04. RGB value is (3,73,4). Sum of RGB (Red+Green+Blue) = 3+73+4=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 73 (28.91% from 255 or 91.25% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 73 - color contains mainly: green. Hex color #034904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034904 is #FCB6FB. Grayscale: #2C2C2C. Windows color (decimal): -16561916 or 280835. OLE color: 280835.
HSL color Cylindrical-coordinate representation of color #034904: hue angle of 120.86º 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 #034904 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 73 | 4 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.71 |
| HSL | 120.86º | 0.92% | 0.15% | - |
| HSV(B) | 120.86º | 0.96% | 0.29% | - |
| XYZ | 2.44 | 4.79 | 0.91 | - |
| YUV | 44.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 4 | 0.96 | 0 | 0.95 | 0.71 | 120.86 | 0.92 | 0.15 |
| Hex | 3 | 49 | 4 | 60 | 0 | 5F | 47 | 79 | 5C | F |
| Octal | 3 | 111 | 4 | 140 | 0 | 137 | 107 | 171 | 134 | 17 |
| Binary | 11 | 1001001 | 100 | 1100000 | 0 | 1011111 | 1000111 | 1111001 | 1011100 | 1111 |
Color Harmonies of #034904
Complementary color
Monochromatic Colors of #034904
Black with #034904
Text Example
Text Example
White with #034904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034904; }
p { color: rgb(3,73,4); }
H1.HeaderClassName
{
color: #034904;
}
.AnyTagClassName
{
color: #034904;
}
</style>
background-color css
<style>
a { background-color: #034904; }
a { background-color: rgb(3,73,4); }
div.DivClassName
{
background-color: #034904;
}
.BgClassName
{
background-color: #034904;
}
</style>
border-color css
<style>
span { border-color: #034904; }
span { border-color: rgb(3,73,4); }
td.TdClassName
{
border-color: #034904;
}
.TagClassName
{
border-color: #034904;
}
</style>