Shades of Myrtle #004B09
Tints of Myrtle #004B09
RGB
CMYK
RGB Variations
Color information
#004B09 (or 0x004B09) is known color: Myrtle. HEX triplet: 00, 4B and 09. RGB value is (0,75,9). Sum of RGB (Red+Green+Blue) = 0+75+9=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 75 (29.69% from 255 or 89.29% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 75 - color contains mainly: green. Hex color #004B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004B09 is #FFB4F6. Grayscale: #2D2D2D. Windows color (decimal): -16758007 or 609024. OLE color: 609024.
HSL color Cylindrical-coordinate representation of color #004B09: hue angle of 127.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B09 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 75 | 9 | - |
| CMYK | 1 | 0 | 0.88 | 0.71 |
| HSL | 127.2º | 1% | 0.15% | - |
| HSV(B) | 127.2º | 1% | 0.29% | - |
| XYZ | 2.57 | 5.05 | 1.1 | - |
| YUV | 45.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 9 | 1 | 0 | 0.88 | 0.71 | 127.2 | 1 | 0.15 |
| Hex | 0 | 4B | 9 | 64 | 0 | 58 | 47 | 7F | 64 | F |
| Octal | 0 | 113 | 11 | 144 | 0 | 130 | 107 | 177 | 144 | 17 |
| Binary | 0 | 1001011 | 1001 | 1100100 | 0 | 1011000 | 1000111 | 1111111 | 1100100 | 1111 |
Color Harmonies of #004B09
Complementary color
Monochromatic Colors of #004B09
Black with #004B09
Text Example
Text Example
White with #004B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B09; }
p { color: rgb(0,75,9); }
H1.HeaderClassName
{
color: #004B09;
}
.AnyTagClassName
{
color: #004B09;
}
</style>
background-color css
<style>
a { background-color: #004B09; }
a { background-color: rgb(0,75,9); }
div.DivClassName
{
background-color: #004B09;
}
.BgClassName
{
background-color: #004B09;
}
</style>
border-color css
<style>
span { border-color: #004B09; }
span { border-color: rgb(0,75,9); }
td.TdClassName
{
border-color: #004B09;
}
.TagClassName
{
border-color: #004B09;
}
</style>