Shades of Myrtle #19370C
Tints of Myrtle #19370C
RGB
CMYK
RGB Variations
Color information
#19370C (or 0x19370C) is known color: Myrtle. HEX triplet: 19, 37 and 0C. RGB value is (25,55,12). Sum of RGB (Red+Green+Blue) = 25+55+12=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #19370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19370C is #E6C8F3. Grayscale: #292929. Windows color (decimal): -15124724 or 800537. OLE color: 800537.
HSL color Cylindrical-coordinate representation of color #19370C: hue angle of 101.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19370C is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 12 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.78 |
| HSL | 101.86º | 0.64% | 0.13% | - |
| HSV(B) | 101.86º | 0.78% | 0.22% | - |
| XYZ | 1.83 | 2.97 | 0.82 | - |
| YUV | 41.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 12 | 0.55 | 0 | 0.78 | 0.78 | 101.86 | 0.64 | 0.13 |
| Hex | 19 | 37 | C | 37 | 0 | 4E | 4E | 66 | 40 | D |
| Octal | 31 | 67 | 14 | 67 | 0 | 116 | 116 | 146 | 100 | 15 |
| Binary | 11001 | 110111 | 1100 | 110111 | 0 | 1001110 | 1001110 | 1100110 | 1000000 | 1101 |
Color Harmonies of #19370C
Complementary color
Monochromatic Colors of #19370C
Black with #19370C
Text Example
Text Example
White with #19370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19370C; }
p { color: rgb(25,55,12); }
H1.HeaderClassName
{
color: #19370C;
}
.AnyTagClassName
{
color: #19370C;
}
</style>
background-color css
<style>
a { background-color: #19370C; }
a { background-color: rgb(25,55,12); }
div.DivClassName
{
background-color: #19370C;
}
.BgClassName
{
background-color: #19370C;
}
</style>
border-color css
<style>
span { border-color: #19370C; }
span { border-color: rgb(25,55,12); }
td.TdClassName
{
border-color: #19370C;
}
.TagClassName
{
border-color: #19370C;
}
</style>