Shades of Myrtle #193D00
Tints of Myrtle #193D00
RGB
CMYK
RGB Variations
Color information
#193D00 (or 0x193D00) is known color: Myrtle. HEX triplet: 19, 3D and 00. RGB value is (25,61,0). Sum of RGB (Red+Green+Blue) = 25+61+0=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 61 (24.22% from 255 or 70.93% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 61 - color contains mainly: green. Hex color #193D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193D00 is #E6C2FF. Grayscale: #2B2B2B. Windows color (decimal): -15123200 or 15641. OLE color: 15641.
HSL color Cylindrical-coordinate representation of color #193D00: hue angle of 95.41º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #193D00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.76 |
| HSL | 95.41º | 1% | 0.12% | - |
| HSV(B) | 95.41º | 1% | 0.24% | - |
| XYZ | 2.07 | 3.54 | 0.58 | - |
| YUV | 43.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 0 | 0.59 | 0 | 1 | 0.76 | 95.41 | 1 | 0.12 |
| Hex | 19 | 3D | 0 | 3B | 0 | 64 | 4C | 5F | 64 | C |
| Octal | 31 | 75 | 0 | 73 | 0 | 144 | 114 | 137 | 144 | 14 |
| Binary | 11001 | 111101 | 0 | 111011 | 0 | 1100100 | 1001100 | 1011111 | 1100100 | 1100 |
Color Harmonies of #193D00
Complementary color
Monochromatic Colors of #193D00
Black with #193D00
Text Example
Text Example
White with #193D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D00; }
p { color: rgb(25,61,0); }
H1.HeaderClassName
{
color: #193D00;
}
.AnyTagClassName
{
color: #193D00;
}
</style>
background-color css
<style>
a { background-color: #193D00; }
a { background-color: rgb(25,61,0); }
div.DivClassName
{
background-color: #193D00;
}
.BgClassName
{
background-color: #193D00;
}
</style>
border-color css
<style>
span { border-color: #193D00; }
span { border-color: rgb(25,61,0); }
td.TdClassName
{
border-color: #193D00;
}
.TagClassName
{
border-color: #193D00;
}
</style>