Shades of Myrtle #19370F
Tints of Myrtle #19370F
RGB
CMYK
RGB Variations
Color information
#19370F (or 0x19370F) is known color: Myrtle. HEX triplet: 19, 37 and 0F. RGB value is (25,55,15). Sum of RGB (Red+Green+Blue) = 25+55+15=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #19370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19370F is #E6C8F0. Grayscale: #292929. Windows color (decimal): -15124721 or 997145. OLE color: 997145.
HSL color Cylindrical-coordinate representation of color #19370F: hue angle of 105º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19370F is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 15 | - |
| CMYK | 0.55 | 0 | 0.73 | 0.78 |
| HSL | 105º | 0.57% | 0.14% | - |
| HSV(B) | 105º | 0.73% | 0.22% | - |
| XYZ | 1.85 | 2.97 | 0.93 | - |
| YUV | 41.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 15 | 0.55 | 0 | 0.73 | 0.78 | 105 | 0.57 | 0.14 |
| Hex | 19 | 37 | F | 37 | 0 | 49 | 4E | 69 | 39 | E |
| Octal | 31 | 67 | 17 | 67 | 0 | 111 | 116 | 151 | 71 | 16 |
| Binary | 11001 | 110111 | 1111 | 110111 | 0 | 1001001 | 1001110 | 1101001 | 111001 | 1110 |
Color Harmonies of #19370F
Complementary color
Monochromatic Colors of #19370F
Black with #19370F
Text Example
Text Example
White with #19370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19370F; }
p { color: rgb(25,55,15); }
H1.HeaderClassName
{
color: #19370F;
}
.AnyTagClassName
{
color: #19370F;
}
</style>
background-color css
<style>
a { background-color: #19370F; }
a { background-color: rgb(25,55,15); }
div.DivClassName
{
background-color: #19370F;
}
.BgClassName
{
background-color: #19370F;
}
</style>
border-color css
<style>
span { border-color: #19370F; }
span { border-color: rgb(25,55,15); }
td.TdClassName
{
border-color: #19370F;
}
.TagClassName
{
border-color: #19370F;
}
</style>