Shades of Myrtle #034705
Tints of Myrtle #034705
RGB
CMYK
RGB Variations
Color information
#034705 (or 0x034705) is known color: Myrtle. HEX triplet: 03, 47 and 05. RGB value is (3,71,5). Sum of RGB (Red+Green+Blue) = 3+71+5=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 71 (28.12% from 255 or 89.87% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 71 - color contains mainly: green. Hex color #034705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034705 is #FCB8FA. Grayscale: #2B2B2B. Windows color (decimal): -16562427 or 345859. OLE color: 345859.
HSL color Cylindrical-coordinate representation of color #034705: hue angle of 121.76º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034705 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 71 | 5 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.72 |
| HSL | 121.76º | 0.92% | 0.15% | - |
| HSV(B) | 121.76º | 0.96% | 0.28% | - |
| XYZ | 2.32 | 4.54 | 0.9 | - |
| YUV | 43.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 5 | 0.96 | 0 | 0.93 | 0.72 | 121.76 | 0.92 | 0.15 |
| Hex | 3 | 47 | 5 | 60 | 0 | 5D | 48 | 7A | 5C | F |
| Octal | 3 | 107 | 5 | 140 | 0 | 135 | 110 | 172 | 134 | 17 |
| Binary | 11 | 1000111 | 101 | 1100000 | 0 | 1011101 | 1001000 | 1111010 | 1011100 | 1111 |
Color Harmonies of #034705
Complementary color
Monochromatic Colors of #034705
Black with #034705
Text Example
Text Example
White with #034705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034705; }
p { color: rgb(3,71,5); }
H1.HeaderClassName
{
color: #034705;
}
.AnyTagClassName
{
color: #034705;
}
</style>
background-color css
<style>
a { background-color: #034705; }
a { background-color: rgb(3,71,5); }
div.DivClassName
{
background-color: #034705;
}
.BgClassName
{
background-color: #034705;
}
</style>
border-color css
<style>
span { border-color: #034705; }
span { border-color: rgb(3,71,5); }
td.TdClassName
{
border-color: #034705;
}
.TagClassName
{
border-color: #034705;
}
</style>