Shades of Myrtle #034900
Tints of Myrtle #034900
RGB
CMYK
RGB Variations
Color information
#034900 (or 0x034900) is known color: Myrtle. HEX triplet: 03, 49 and 00. RGB value is (3,73,0). Sum of RGB (Red+Green+Blue) = 3+73+0=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 73 (28.91% from 255 or 96.05% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 73 - color contains mainly: green. Hex color #034900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034900 is #FCB6FF. Grayscale: #2B2B2B. Windows color (decimal): -16561920 or 18691. OLE color: 18691.
HSL color Cylindrical-coordinate representation of color #034900: hue angle of 117.53º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #034900 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 73 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.71 |
| HSL | 117.53º | 1% | 0.14% | - |
| HSV(B) | 117.53º | 1% | 0.29% | - |
| XYZ | 2.42 | 4.78 | 0.8 | - |
| YUV | 43.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 0 | 0.96 | 0 | 1 | 0.71 | 117.53 | 1 | 0.14 |
| Hex | 3 | 49 | 0 | 60 | 0 | 64 | 47 | 76 | 64 | E |
| Octal | 3 | 111 | 0 | 140 | 0 | 144 | 107 | 166 | 144 | 16 |
| Binary | 11 | 1001001 | 0 | 1100000 | 0 | 1100100 | 1000111 | 1110110 | 1100100 | 1110 |
Color Harmonies of #034900
Complementary color
Monochromatic Colors of #034900
Black with #034900
Text Example
Text Example
White with #034900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034900; }
p { color: rgb(3,73,0); }
H1.HeaderClassName
{
color: #034900;
}
.AnyTagClassName
{
color: #034900;
}
</style>
background-color css
<style>
a { background-color: #034900; }
a { background-color: rgb(3,73,0); }
div.DivClassName
{
background-color: #034900;
}
.BgClassName
{
background-color: #034900;
}
</style>
border-color css
<style>
span { border-color: #034900; }
span { border-color: rgb(3,73,0); }
td.TdClassName
{
border-color: #034900;
}
.TagClassName
{
border-color: #034900;
}
</style>