Shades of Myrtle #003803
Tints of Myrtle #003803
RGB
CMYK
RGB Variations
Color information
#003803 (or 0x003803) is known color: Myrtle. HEX triplet: 00, 38 and 03. RGB value is (0,56,3). Sum of RGB (Red+Green+Blue) = 0+56+3=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 56 (22.27% from 255 or 94.92% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 56 - color contains mainly: green. Hex color #003803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003803 is #FFC7FC. Grayscale: #212121. Windows color (decimal): -16762877 or 210944. OLE color: 210944.
HSL color Cylindrical-coordinate representation of color #003803: hue angle of 123.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003803 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 3 | - |
| CMYK | 1 | 0 | 0.95 | 0.78 |
| HSL | 123.21º | 1% | 0.11% | - |
| HSV(B) | 123.21º | 1% | 0.22% | - |
| XYZ | 1.43 | 2.83 | 0.56 | - |
| YUV | 33.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 3 | 1 | 0 | 0.95 | 0.78 | 123.21 | 1 | 0.11 |
| Hex | 0 | 38 | 3 | 64 | 0 | 5F | 4E | 7B | 64 | B |
| Octal | 0 | 70 | 3 | 144 | 0 | 137 | 116 | 173 | 144 | 13 |
| Binary | 0 | 111000 | 11 | 1100100 | 0 | 1011111 | 1001110 | 1111011 | 1100100 | 1011 |
Color Harmonies of #003803
Complementary color
Monochromatic Colors of #003803
Black with #003803
Text Example
Text Example
White with #003803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003803; }
p { color: rgb(0,56,3); }
H1.HeaderClassName
{
color: #003803;
}
.AnyTagClassName
{
color: #003803;
}
</style>
background-color css
<style>
a { background-color: #003803; }
a { background-color: rgb(0,56,3); }
div.DivClassName
{
background-color: #003803;
}
.BgClassName
{
background-color: #003803;
}
</style>
border-color css
<style>
span { border-color: #003803; }
span { border-color: rgb(0,56,3); }
td.TdClassName
{
border-color: #003803;
}
.TagClassName
{
border-color: #003803;
}
</style>