Shades of Myrtle #003800
Tints of Myrtle #003800
RGB
CMYK
RGB Variations
Color information
#003800 (or 0x003800) is known color: Myrtle. HEX triplet: 00, 38 and 00. RGB value is (0,56,0). Sum of RGB (Red+Green+Blue) = 0+56+0=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 56 (22.27% from 255 or 100% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 56 - color contains mainly: green. Hex color #003800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003800 is #FFC7FF. Grayscale: #212121. Windows color (decimal): -16762880 or 14336. OLE color: 14336.
HSL color Cylindrical-coordinate representation of color #003800: hue angle of 120º 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 #003800 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.78 |
| HSL | 120º | 1% | 0.11% | - |
| HSV(B) | 120º | 1% | 0.22% | - |
| XYZ | 1.41 | 2.83 | 0.47 | - |
| YUV | 32.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 0 | 1 | 0 | 1 | 0.78 | 120 | 1 | 0.11 |
| Hex | 0 | 38 | 0 | 64 | 0 | 64 | 4E | 78 | 64 | B |
| Octal | 0 | 70 | 0 | 144 | 0 | 144 | 116 | 170 | 144 | 13 |
| Binary | 0 | 111000 | 0 | 1100100 | 0 | 1100100 | 1001110 | 1111000 | 1100100 | 1011 |
Color Harmonies of #003800
Complementary color
Monochromatic Colors of #003800
Black with #003800
Text Example
Text Example
White with #003800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003800; }
p { color: rgb(0,56,0); }
H1.HeaderClassName
{
color: #003800;
}
.AnyTagClassName
{
color: #003800;
}
</style>
background-color css
<style>
a { background-color: #003800; }
a { background-color: rgb(0,56,0); }
div.DivClassName
{
background-color: #003800;
}
.BgClassName
{
background-color: #003800;
}
</style>
border-color css
<style>
span { border-color: #003800; }
span { border-color: rgb(0,56,0); }
td.TdClassName
{
border-color: #003800;
}
.TagClassName
{
border-color: #003800;
}
</style>