Shades of Myrtle #034600
Tints of Myrtle #034600
RGB
CMYK
RGB Variations
Color information
#034600 (or 0x034600) is known color: Myrtle. HEX triplet: 03, 46 and 00. RGB value is (3,70,0). Sum of RGB (Red+Green+Blue) = 3+70+0=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 70 (27.73% from 255 or 95.89% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 70 - color contains mainly: green. Hex color #034600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034600 is #FCB9FF. Grayscale: #2A2A2A. Windows color (decimal): -16562688 or 17923. OLE color: 17923.
HSL color Cylindrical-coordinate representation of color #034600: hue angle of 117.43º 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 #034600 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 70 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.73 |
| HSL | 117.43º | 1% | 0.14% | - |
| HSV(B) | 117.43º | 1% | 0.27% | - |
| XYZ | 2.23 | 4.4 | 0.73 | - |
| YUV | 41.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 0 | 0.96 | 0 | 1 | 0.73 | 117.43 | 1 | 0.14 |
| Hex | 3 | 46 | 0 | 60 | 0 | 64 | 49 | 75 | 64 | E |
| Octal | 3 | 106 | 0 | 140 | 0 | 144 | 111 | 165 | 144 | 16 |
| Binary | 11 | 1000110 | 0 | 1100000 | 0 | 1100100 | 1001001 | 1110101 | 1100100 | 1110 |
Color Harmonies of #034600
Complementary color
Monochromatic Colors of #034600
Black with #034600
Text Example
Text Example
White with #034600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034600; }
p { color: rgb(3,70,0); }
H1.HeaderClassName
{
color: #034600;
}
.AnyTagClassName
{
color: #034600;
}
</style>
background-color css
<style>
a { background-color: #034600; }
a { background-color: rgb(3,70,0); }
div.DivClassName
{
background-color: #034600;
}
.BgClassName
{
background-color: #034600;
}
</style>
border-color css
<style>
span { border-color: #034600; }
span { border-color: rgb(3,70,0); }
td.TdClassName
{
border-color: #034600;
}
.TagClassName
{
border-color: #034600;
}
</style>