Shades of Myrtle #003F04
Tints of Myrtle #003F04
RGB
CMYK
RGB Variations
Color information
#003F04 (or 0x003F04) is known color: Myrtle. HEX triplet: 00, 3F and 04. RGB value is (0,63,4). Sum of RGB (Red+Green+Blue) = 0+63+4=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 63 (25% from 255 or 94.03% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 63 - color contains mainly: green. Hex color #003F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F04 is #FFC0FB. Grayscale: #252525. Windows color (decimal): -16761084 or 278272. OLE color: 278272.
HSL color Cylindrical-coordinate representation of color #003F04: hue angle of 123.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F04 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 4 | - |
| CMYK | 1 | 0 | 0.94 | 0.75 |
| HSL | 123.81º | 1% | 0.12% | - |
| HSV(B) | 123.81º | 1% | 0.25% | - |
| XYZ | 1.8 | 3.56 | 0.71 | - |
| YUV | 37.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 4 | 1 | 0 | 0.94 | 0.75 | 123.81 | 1 | 0.12 |
| Hex | 0 | 3F | 4 | 64 | 0 | 5E | 4B | 7C | 64 | C |
| Octal | 0 | 77 | 4 | 144 | 0 | 136 | 113 | 174 | 144 | 14 |
| Binary | 0 | 111111 | 100 | 1100100 | 0 | 1011110 | 1001011 | 1111100 | 1100100 | 1100 |
Color Harmonies of #003F04
Complementary color
Monochromatic Colors of #003F04
Black with #003F04
Text Example
Text Example
White with #003F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F04; }
p { color: rgb(0,63,4); }
H1.HeaderClassName
{
color: #003F04;
}
.AnyTagClassName
{
color: #003F04;
}
</style>
background-color css
<style>
a { background-color: #003F04; }
a { background-color: rgb(0,63,4); }
div.DivClassName
{
background-color: #003F04;
}
.BgClassName
{
background-color: #003F04;
}
</style>
border-color css
<style>
span { border-color: #003F04; }
span { border-color: rgb(0,63,4); }
td.TdClassName
{
border-color: #003F04;
}
.TagClassName
{
border-color: #003F04;
}
</style>