Shades of Myrtle #19340D
Tints of Myrtle #19340D
RGB
CMYK
RGB Variations
Color information
#19340D (or 0x19340D) is known color: Myrtle. HEX triplet: 19, 34 and 0D. RGB value is (25,52,13). Sum of RGB (Red+Green+Blue) = 25+52+13=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #19340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19340D is #E6CBF2. Grayscale: #272727. Windows color (decimal): -15125491 or 865305. OLE color: 865305.
HSL color Cylindrical-coordinate representation of color #19340D: hue angle of 101.54º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19340D is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 13 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.80 |
| HSL | 101.54º | 0.6% | 0.13% | - |
| HSV(B) | 101.54º | 0.75% | 0.2% | - |
| XYZ | 1.7 | 2.69 | 0.81 | - |
| YUV | 39.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 13 | 0.52 | 0 | 0.75 | 0.80 | 101.54 | 0.6 | 0.13 |
| Hex | 19 | 34 | D | 34 | 0 | 4B | 50 | 66 | 3C | D |
| Octal | 31 | 64 | 15 | 64 | 0 | 113 | 120 | 146 | 74 | 15 |
| Binary | 11001 | 110100 | 1101 | 110100 | 0 | 1001011 | 1010000 | 1100110 | 111100 | 1101 |
Color Harmonies of #19340D
Complementary color
Monochromatic Colors of #19340D
Black with #19340D
Text Example
Text Example
White with #19340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19340D; }
p { color: rgb(25,52,13); }
H1.HeaderClassName
{
color: #19340D;
}
.AnyTagClassName
{
color: #19340D;
}
</style>
background-color css
<style>
a { background-color: #19340D; }
a { background-color: rgb(25,52,13); }
div.DivClassName
{
background-color: #19340D;
}
.BgClassName
{
background-color: #19340D;
}
</style>
border-color css
<style>
span { border-color: #19340D; }
span { border-color: rgb(25,52,13); }
td.TdClassName
{
border-color: #19340D;
}
.TagClassName
{
border-color: #19340D;
}
</style>