Shades of Myrtle #19620D
Tints of Myrtle #19620D
RGB
CMYK
RGB Variations
Color information
#19620D (or 0x19620D) is known color: Myrtle. HEX triplet: 19, 62 and 0D. RGB value is (25,98,13). Sum of RGB (Red+Green+Blue) = 25+98+13=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #19620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19620D is #E69DF2. Grayscale: #424242. Windows color (decimal): -15113715 or 877081. OLE color: 877081.
HSL color Cylindrical-coordinate representation of color #19620D: hue angle of 111.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19620D is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 13 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.62 |
| HSL | 111.53º | 0.77% | 0.22% | - |
| HSV(B) | 111.53º | 0.87% | 0.38% | - |
| XYZ | 4.84 | 8.97 | 1.86 | - |
| YUV | 66.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 13 | 0.74 | 0 | 0.87 | 0.62 | 111.53 | 0.77 | 0.22 |
| Hex | 19 | 62 | D | 4A | 0 | 57 | 3E | 70 | 4D | 16 |
| Octal | 31 | 142 | 15 | 112 | 0 | 127 | 76 | 160 | 115 | 26 |
| Binary | 11001 | 1100010 | 1101 | 1001010 | 0 | 1010111 | 111110 | 1110000 | 1001101 | 10110 |
Color Harmonies of #19620D
Complementary color
Monochromatic Colors of #19620D
Black with #19620D
Text Example
Text Example
White with #19620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19620D; }
p { color: rgb(25,98,13); }
H1.HeaderClassName
{
color: #19620D;
}
.AnyTagClassName
{
color: #19620D;
}
</style>
background-color css
<style>
a { background-color: #19620D; }
a { background-color: rgb(25,98,13); }
div.DivClassName
{
background-color: #19620D;
}
.BgClassName
{
background-color: #19620D;
}
</style>
border-color css
<style>
span { border-color: #19620D; }
span { border-color: rgb(25,98,13); }
td.TdClassName
{
border-color: #19620D;
}
.TagClassName
{
border-color: #19620D;
}
</style>