Shades of Myrtle #034800
Tints of Myrtle #034800
RGB
CMYK
RGB Variations
Color information
#034800 (or 0x034800) is known color: Myrtle. HEX triplet: 03, 48 and 00. RGB value is (3,72,0). Sum of RGB (Red+Green+Blue) = 3+72+0=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 72 (28.52% from 255 or 96% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 72 - color contains mainly: green. Hex color #034800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034800 is #FCB7FF. Grayscale: #2B2B2B. Windows color (decimal): -16562176 or 18435. OLE color: 18435.
HSL color Cylindrical-coordinate representation of color #034800: hue angle of 117.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #034800 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 72 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.72 |
| HSL | 117.5º | 1% | 0.14% | - |
| HSV(B) | 117.5º | 1% | 0.28% | - |
| XYZ | 2.35 | 4.65 | 0.77 | - |
| YUV | 43.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 0 | 0.96 | 0 | 1 | 0.72 | 117.5 | 1 | 0.14 |
| Hex | 3 | 48 | 0 | 60 | 0 | 64 | 48 | 76 | 64 | E |
| Octal | 3 | 110 | 0 | 140 | 0 | 144 | 110 | 166 | 144 | 16 |
| Binary | 11 | 1001000 | 0 | 1100000 | 0 | 1100100 | 1001000 | 1110110 | 1100100 | 1110 |
Color Harmonies of #034800
Complementary color
Monochromatic Colors of #034800
Black with #034800
Text Example
Text Example
White with #034800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034800; }
p { color: rgb(3,72,0); }
H1.HeaderClassName
{
color: #034800;
}
.AnyTagClassName
{
color: #034800;
}
</style>
background-color css
<style>
a { background-color: #034800; }
a { background-color: rgb(3,72,0); }
div.DivClassName
{
background-color: #034800;
}
.BgClassName
{
background-color: #034800;
}
</style>
border-color css
<style>
span { border-color: #034800; }
span { border-color: rgb(3,72,0); }
td.TdClassName
{
border-color: #034800;
}
.TagClassName
{
border-color: #034800;
}
</style>