Shades of Myrtle #19350E
Tints of Myrtle #19350E
RGB
CMYK
RGB Variations
Color information
#19350E (or 0x19350E) is known color: Myrtle. HEX triplet: 19, 35 and 0E. RGB value is (25,53,14). Sum of RGB (Red+Green+Blue) = 25+53+14=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #19350E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19350E is #E6CAF1. Grayscale: #282828. Windows color (decimal): -15125234 or 931097. OLE color: 931097.
HSL color Cylindrical-coordinate representation of color #19350E: hue angle of 103.08º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19350E is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 14 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.79 |
| HSL | 103.08º | 0.58% | 0.13% | - |
| HSV(B) | 103.08º | 0.74% | 0.21% | - |
| XYZ | 1.75 | 2.78 | 0.86 | - |
| YUV | 40.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 14 | 0.53 | 0 | 0.74 | 0.79 | 103.08 | 0.58 | 0.13 |
| Hex | 19 | 35 | E | 35 | 0 | 4A | 4F | 67 | 3A | D |
| Octal | 31 | 65 | 16 | 65 | 0 | 112 | 117 | 147 | 72 | 15 |
| Binary | 11001 | 110101 | 1110 | 110101 | 0 | 1001010 | 1001111 | 1100111 | 111010 | 1101 |
Color Harmonies of #19350E
Complementary color
Monochromatic Colors of #19350E
Black with #19350E
Text Example
Text Example
White with #19350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19350E; }
p { color: rgb(25,53,14); }
H1.HeaderClassName
{
color: #19350E;
}
.AnyTagClassName
{
color: #19350E;
}
</style>
background-color css
<style>
a { background-color: #19350E; }
a { background-color: rgb(25,53,14); }
div.DivClassName
{
background-color: #19350E;
}
.BgClassName
{
background-color: #19350E;
}
</style>
border-color css
<style>
span { border-color: #19350E; }
span { border-color: rgb(25,53,14); }
td.TdClassName
{
border-color: #19350E;
}
.TagClassName
{
border-color: #19350E;
}
</style>