Shades of Myrtle #043505
Tints of Myrtle #043505
RGB
CMYK
RGB Variations
Color information
#043505 (or 0x043505) is known color: Myrtle. HEX triplet: 04, 35 and 05. RGB value is (4,53,5). Sum of RGB (Red+Green+Blue) = 4+53+5=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 53 (21.09% from 255 or 85.48% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 53 - color contains mainly: green. Hex color #043505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043505 is #FBCAFA. Grayscale: #212121. Windows color (decimal): -16501499 or 341252. OLE color: 341252.
HSL color Cylindrical-coordinate representation of color #043505: hue angle of 121.22º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043505 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 5 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.79 |
| HSL | 121.22º | 0.86% | 0.11% | - |
| HSV(B) | 121.22º | 0.92% | 0.21% | - |
| XYZ | 1.35 | 2.58 | 0.57 | - |
| YUV | 32.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 5 | 0.92 | 0 | 0.91 | 0.79 | 121.22 | 0.86 | 0.11 |
| Hex | 4 | 35 | 5 | 5C | 0 | 5B | 4F | 79 | 56 | B |
| Octal | 4 | 65 | 5 | 134 | 0 | 133 | 117 | 171 | 126 | 13 |
| Binary | 100 | 110101 | 101 | 1011100 | 0 | 1011011 | 1001111 | 1111001 | 1010110 | 1011 |
Color Harmonies of #043505
Complementary color
Monochromatic Colors of #043505
Black with #043505
Text Example
Text Example
White with #043505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043505; }
p { color: rgb(4,53,5); }
H1.HeaderClassName
{
color: #043505;
}
.AnyTagClassName
{
color: #043505;
}
</style>
background-color css
<style>
a { background-color: #043505; }
a { background-color: rgb(4,53,5); }
div.DivClassName
{
background-color: #043505;
}
.BgClassName
{
background-color: #043505;
}
</style>
border-color css
<style>
span { border-color: #043505; }
span { border-color: rgb(4,53,5); }
td.TdClassName
{
border-color: #043505;
}
.TagClassName
{
border-color: #043505;
}
</style>