Shades of Myrtle #004003
Tints of Myrtle #004003
RGB
CMYK
RGB Variations
Color information
#004003 (or 0x004003) is known color: Myrtle. HEX triplet: 00, 40 and 03. RGB value is (0,64,3). Sum of RGB (Red+Green+Blue) = 0+64+3=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 64 (25.39% from 255 or 95.52% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 64 - color contains mainly: green. Hex color #004003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004003 is #FFBFFC. Grayscale: #262626. Windows color (decimal): -16760829 or 212992. OLE color: 212992.
HSL color Cylindrical-coordinate representation of color #004003: hue angle of 122.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004003 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 64 | 3 | - |
| CMYK | 1 | 0 | 0.95 | 0.75 |
| HSL | 122.81º | 1% | 0.13% | - |
| HSV(B) | 122.81º | 1% | 0.25% | - |
| XYZ | 1.85 | 3.67 | 0.7 | - |
| YUV | 37.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 3 | 1 | 0 | 0.95 | 0.75 | 122.81 | 1 | 0.13 |
| Hex | 0 | 40 | 3 | 64 | 0 | 5F | 4B | 7B | 64 | D |
| Octal | 0 | 100 | 3 | 144 | 0 | 137 | 113 | 173 | 144 | 15 |
| Binary | 0 | 1000000 | 11 | 1100100 | 0 | 1011111 | 1001011 | 1111011 | 1100100 | 1101 |
Color Harmonies of #004003
Complementary color
Monochromatic Colors of #004003
Black with #004003
Text Example
Text Example
White with #004003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004003; }
p { color: rgb(0,64,3); }
H1.HeaderClassName
{
color: #004003;
}
.AnyTagClassName
{
color: #004003;
}
</style>
background-color css
<style>
a { background-color: #004003; }
a { background-color: rgb(0,64,3); }
div.DivClassName
{
background-color: #004003;
}
.BgClassName
{
background-color: #004003;
}
</style>
border-color css
<style>
span { border-color: #004003; }
span { border-color: rgb(0,64,3); }
td.TdClassName
{
border-color: #004003;
}
.TagClassName
{
border-color: #004003;
}
</style>