Shades of Myrtle #04490B
Tints of Myrtle #04490B
RGB
CMYK
RGB Variations
Color information
#04490B (or 0x04490B) is known color: Myrtle. HEX triplet: 04, 49 and 0B. RGB value is (4,73,11). Sum of RGB (Red+Green+Blue) = 4+73+11=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #04490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04490B is #FBB6F4. Grayscale: #2D2D2D. Windows color (decimal): -16496373 or 739588. OLE color: 739588.
HSL color Cylindrical-coordinate representation of color #04490B: hue angle of 126.09º 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 #04490B is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 73 | 11 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.71 |
| HSL | 126.09º | 0.9% | 0.15% | - |
| HSV(B) | 126.09º | 0.95% | 0.29% | - |
| XYZ | 2.49 | 4.82 | 1.11 | - |
| YUV | 45.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 11 | 0.95 | 0 | 0.85 | 0.71 | 126.09 | 0.9 | 0.15 |
| Hex | 4 | 49 | B | 5F | 0 | 55 | 47 | 7E | 5A | F |
| Octal | 4 | 111 | 13 | 137 | 0 | 125 | 107 | 176 | 132 | 17 |
| Binary | 100 | 1001001 | 1011 | 1011111 | 0 | 1010101 | 1000111 | 1111110 | 1011010 | 1111 |
Color Harmonies of #04490B
Complementary color
Monochromatic Colors of #04490B
Black with #04490B
Text Example
Text Example
White with #04490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04490B; }
p { color: rgb(4,73,11); }
H1.HeaderClassName
{
color: #04490B;
}
.AnyTagClassName
{
color: #04490B;
}
</style>
background-color css
<style>
a { background-color: #04490B; }
a { background-color: rgb(4,73,11); }
div.DivClassName
{
background-color: #04490B;
}
.BgClassName
{
background-color: #04490B;
}
</style>
border-color css
<style>
span { border-color: #04490B; }
span { border-color: rgb(4,73,11); }
td.TdClassName
{
border-color: #04490B;
}
.TagClassName
{
border-color: #04490B;
}
</style>