Shades of Myrtle #044B0B
Tints of Myrtle #044B0B
RGB
CMYK
RGB Variations
Color information
#044B0B (or 0x044B0B) is known color: Myrtle. HEX triplet: 04, 4B and 0B. RGB value is (4,75,11). Sum of RGB (Red+Green+Blue) = 4+75+11=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 75 (29.69% from 255 or 83.33% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 75 - color contains mainly: green. Hex color #044B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044B0B is #FBB4F4. Grayscale: #2E2E2E. Windows color (decimal): -16495861 or 740100. OLE color: 740100.
HSL color Cylindrical-coordinate representation of color #044B0B: hue angle of 125.92º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044B0B is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 75 | 11 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.71 |
| HSL | 125.92º | 0.9% | 0.15% | - |
| HSV(B) | 125.92º | 0.95% | 0.29% | - |
| XYZ | 2.63 | 5.08 | 1.16 | - |
| YUV | 46.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 11 | 0.95 | 0 | 0.85 | 0.71 | 125.92 | 0.9 | 0.15 |
| Hex | 4 | 4B | B | 5F | 0 | 55 | 47 | 7E | 5A | F |
| Octal | 4 | 113 | 13 | 137 | 0 | 125 | 107 | 176 | 132 | 17 |
| Binary | 100 | 1001011 | 1011 | 1011111 | 0 | 1010101 | 1000111 | 1111110 | 1011010 | 1111 |
Color Harmonies of #044B0B
Complementary color
Monochromatic Colors of #044B0B
Black with #044B0B
Text Example
Text Example
White with #044B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B0B; }
p { color: rgb(4,75,11); }
H1.HeaderClassName
{
color: #044B0B;
}
.AnyTagClassName
{
color: #044B0B;
}
</style>
background-color css
<style>
a { background-color: #044B0B; }
a { background-color: rgb(4,75,11); }
div.DivClassName
{
background-color: #044B0B;
}
.BgClassName
{
background-color: #044B0B;
}
</style>
border-color css
<style>
span { border-color: #044B0B; }
span { border-color: rgb(4,75,11); }
td.TdClassName
{
border-color: #044B0B;
}
.TagClassName
{
border-color: #044B0B;
}
</style>