Shades of Myrtle #034000
Tints of Myrtle #034000
RGB
CMYK
RGB Variations
Color information
#034000 (or 0x034000) is known color: Myrtle. HEX triplet: 03, 40 and 00. RGB value is (3,64,0). Sum of RGB (Red+Green+Blue) = 3+64+0=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 64 (25.39% from 255 or 95.52% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 64 - color contains mainly: green. Hex color #034000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034000 is #FCBFFF. Grayscale: #262626. Windows color (decimal): -16564224 or 16387. OLE color: 16387.
HSL color Cylindrical-coordinate representation of color #034000: hue angle of 117.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #034000 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.75 |
| HSL | 117.19º | 1% | 0.13% | - |
| HSV(B) | 117.19º | 1% | 0.25% | - |
| XYZ | 1.87 | 3.69 | 0.61 | - |
| YUV | 38.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 0 | 0.95 | 0 | 1 | 0.75 | 117.19 | 1 | 0.13 |
| Hex | 3 | 40 | 0 | 5F | 0 | 64 | 4B | 75 | 64 | D |
| Octal | 3 | 100 | 0 | 137 | 0 | 144 | 113 | 165 | 144 | 15 |
| Binary | 11 | 1000000 | 0 | 1011111 | 0 | 1100100 | 1001011 | 1110101 | 1100100 | 1101 |
Color Harmonies of #034000
Complementary color
Monochromatic Colors of #034000
Black with #034000
Text Example
Text Example
White with #034000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034000; }
p { color: rgb(3,64,0); }
H1.HeaderClassName
{
color: #034000;
}
.AnyTagClassName
{
color: #034000;
}
</style>
background-color css
<style>
a { background-color: #034000; }
a { background-color: rgb(3,64,0); }
div.DivClassName
{
background-color: #034000;
}
.BgClassName
{
background-color: #034000;
}
</style>
border-color css
<style>
span { border-color: #034000; }
span { border-color: rgb(3,64,0); }
td.TdClassName
{
border-color: #034000;
}
.TagClassName
{
border-color: #034000;
}
</style>