Shades of Myrtle #043205
Tints of Myrtle #043205
RGB
CMYK
RGB Variations
Color information
#043205 (or 0x043205) is known color: Myrtle. HEX triplet: 04, 32 and 05. RGB value is (4,50,5). Sum of RGB (Red+Green+Blue) = 4+50+5=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 50 (19.92% from 255 or 84.75% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 50 - color contains mainly: green. Hex color #043205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043205 is #FBCDFA. Grayscale: #1F1F1F. Windows color (decimal): -16502267 or 340484. OLE color: 340484.
HSL color Cylindrical-coordinate representation of color #043205: hue angle of 121.3º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043205 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 5 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.80 |
| HSL | 121.3º | 0.85% | 0.11% | - |
| HSV(B) | 121.3º | 0.92% | 0.2% | - |
| XYZ | 1.22 | 2.32 | 0.53 | - |
| YUV | 31.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 5 | 0.92 | 0 | 0.90 | 0.80 | 121.3 | 0.85 | 0.11 |
| Hex | 4 | 32 | 5 | 5C | 0 | 5A | 50 | 79 | 55 | B |
| Octal | 4 | 62 | 5 | 134 | 0 | 132 | 120 | 171 | 125 | 13 |
| Binary | 100 | 110010 | 101 | 1011100 | 0 | 1011010 | 1010000 | 1111001 | 1010101 | 1011 |
Color Harmonies of #043205
Complementary color
Monochromatic Colors of #043205
Black with #043205
Text Example
Text Example
White with #043205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043205; }
p { color: rgb(4,50,5); }
H1.HeaderClassName
{
color: #043205;
}
.AnyTagClassName
{
color: #043205;
}
</style>
background-color css
<style>
a { background-color: #043205; }
a { background-color: rgb(4,50,5); }
div.DivClassName
{
background-color: #043205;
}
.BgClassName
{
background-color: #043205;
}
</style>
border-color css
<style>
span { border-color: #043205; }
span { border-color: rgb(4,50,5); }
td.TdClassName
{
border-color: #043205;
}
.TagClassName
{
border-color: #043205;
}
</style>