Shades of Myrtle #004B00
Tints of Myrtle #004B00
RGB
CMYK
RGB Variations
Color information
#004B00 (or 0x004B00) is known color: Myrtle. HEX triplet: 00, 4B and 00. RGB value is (0,75,0). Sum of RGB (Red+Green+Blue) = 0+75+0=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 75 (29.69% from 255 or 100% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 75 - color contains mainly: green. Hex color #004B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004B00 is #FFB4FF. Grayscale: #2C2C2C. Windows color (decimal): -16758016 or 19200. OLE color: 19200.
HSL color Cylindrical-coordinate representation of color #004B00: hue angle of 120º 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 #004B00 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 75 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.71 |
| HSL | 120º | 1% | 0.15% | - |
| HSV(B) | 120º | 1% | 0.29% | - |
| XYZ | 2.52 | 5.03 | 0.84 | - |
| YUV | 44.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 0 | 1 | 0 | 1 | 0.71 | 120 | 1 | 0.15 |
| Hex | 0 | 4B | 0 | 64 | 0 | 64 | 47 | 78 | 64 | F |
| Octal | 0 | 113 | 0 | 144 | 0 | 144 | 107 | 170 | 144 | 17 |
| Binary | 0 | 1001011 | 0 | 1100100 | 0 | 1100100 | 1000111 | 1111000 | 1100100 | 1111 |
Color Harmonies of #004B00
Complementary color
Monochromatic Colors of #004B00
Black with #004B00
Text Example
Text Example
White with #004B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004B00; }
p { color: rgb(0,75,0); }
H1.HeaderClassName
{
color: #004B00;
}
.AnyTagClassName
{
color: #004B00;
}
</style>
background-color css
<style>
a { background-color: #004B00; }
a { background-color: rgb(0,75,0); }
div.DivClassName
{
background-color: #004B00;
}
.BgClassName
{
background-color: #004B00;
}
</style>
border-color css
<style>
span { border-color: #004B00; }
span { border-color: rgb(0,75,0); }
td.TdClassName
{
border-color: #004B00;
}
.TagClassName
{
border-color: #004B00;
}
</style>