Shades of Myrtle #004C07
Tints of Myrtle #004C07
RGB
CMYK
RGB Variations
Color information
#004C07 (or 0x004C07) is known color: Myrtle. HEX triplet: 00, 4C and 07. RGB value is (0,76,7). Sum of RGB (Red+Green+Blue) = 0+76+7=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 76 (30.08% from 255 or 91.57% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 76 - color contains mainly: green. Hex color #004C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004C07 is #FFB3F8. Grayscale: #2D2D2D. Windows color (decimal): -16757753 or 478208. OLE color: 478208.
HSL color Cylindrical-coordinate representation of color #004C07: hue angle of 125.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C07 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 7 | - |
| CMYK | 1 | 0 | 0.91 | 0.70 |
| HSL | 125.53º | 1% | 0.15% | - |
| HSV(B) | 125.53º | 1% | 0.3% | - |
| XYZ | 2.62 | 5.18 | 1.06 | - |
| YUV | 45.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 7 | 1 | 0 | 0.91 | 0.70 | 125.53 | 1 | 0.15 |
| Hex | 0 | 4C | 7 | 64 | 0 | 5B | 46 | 7E | 64 | F |
| Octal | 0 | 114 | 7 | 144 | 0 | 133 | 106 | 176 | 144 | 17 |
| Binary | 0 | 1001100 | 111 | 1100100 | 0 | 1011011 | 1000110 | 1111110 | 1100100 | 1111 |
Color Harmonies of #004C07
Complementary color
Monochromatic Colors of #004C07
Black with #004C07
Text Example
Text Example
White with #004C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C07; }
p { color: rgb(0,76,7); }
H1.HeaderClassName
{
color: #004C07;
}
.AnyTagClassName
{
color: #004C07;
}
</style>
background-color css
<style>
a { background-color: #004C07; }
a { background-color: rgb(0,76,7); }
div.DivClassName
{
background-color: #004C07;
}
.BgClassName
{
background-color: #004C07;
}
</style>
border-color css
<style>
span { border-color: #004C07; }
span { border-color: rgb(0,76,7); }
td.TdClassName
{
border-color: #004C07;
}
.TagClassName
{
border-color: #004C07;
}
</style>