Shades of Myrtle #044305
Tints of Myrtle #044305
RGB
CMYK
RGB Variations
Color information
#044305 (or 0x044305) is known color: Myrtle. HEX triplet: 04, 43 and 05. RGB value is (4,67,5). Sum of RGB (Red+Green+Blue) = 4+67+5=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 67 (26.56% from 255 or 88.16% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 67 - color contains mainly: green. Hex color #044305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044305 is #FBBCFA. Grayscale: #292929. Windows color (decimal): -16497915 or 344836. OLE color: 344836.
HSL color Cylindrical-coordinate representation of color #044305: hue angle of 120.95º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044305 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 5 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.74 |
| HSL | 120.95º | 0.89% | 0.14% | - |
| HSV(B) | 120.95º | 0.94% | 0.26% | - |
| XYZ | 2.08 | 4.05 | 0.82 | - |
| YUV | 41.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 5 | 0.94 | 0 | 0.93 | 0.74 | 120.95 | 0.89 | 0.14 |
| Hex | 4 | 43 | 5 | 5E | 0 | 5D | 4A | 79 | 59 | E |
| Octal | 4 | 103 | 5 | 136 | 0 | 135 | 112 | 171 | 131 | 16 |
| Binary | 100 | 1000011 | 101 | 1011110 | 0 | 1011101 | 1001010 | 1111001 | 1011001 | 1110 |
Color Harmonies of #044305
Complementary color
Monochromatic Colors of #044305
Black with #044305
Text Example
Text Example
White with #044305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044305; }
p { color: rgb(4,67,5); }
H1.HeaderClassName
{
color: #044305;
}
.AnyTagClassName
{
color: #044305;
}
</style>
background-color css
<style>
a { background-color: #044305; }
a { background-color: rgb(4,67,5); }
div.DivClassName
{
background-color: #044305;
}
.BgClassName
{
background-color: #044305;
}
</style>
border-color css
<style>
span { border-color: #044305; }
span { border-color: rgb(4,67,5); }
td.TdClassName
{
border-color: #044305;
}
.TagClassName
{
border-color: #044305;
}
</style>