Shades of Myrtle #19530E
Tints of Myrtle #19530E
RGB
CMYK
RGB Variations
Color information
#19530E (or 0x19530E) is known color: Myrtle. HEX triplet: 19, 53 and 0E. RGB value is (25,83,14). Sum of RGB (Red+Green+Blue) = 25+83+14=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #19530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19530E is #E6ACF1. Grayscale: #3A3A3A. Windows color (decimal): -15117554 or 938777. OLE color: 938777.
HSL color Cylindrical-coordinate representation of color #19530E: hue angle of 110.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19530E is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 14 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.67 |
| HSL | 110.43º | 0.71% | 0.19% | - |
| HSV(B) | 110.43º | 0.83% | 0.33% | - |
| XYZ | 3.57 | 6.42 | 1.47 | - |
| YUV | 57.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 14 | 0.70 | 0 | 0.83 | 0.67 | 110.43 | 0.71 | 0.19 |
| Hex | 19 | 53 | E | 46 | 0 | 53 | 43 | 6E | 47 | 13 |
| Octal | 31 | 123 | 16 | 106 | 0 | 123 | 103 | 156 | 107 | 23 |
| Binary | 11001 | 1010011 | 1110 | 1000110 | 0 | 1010011 | 1000011 | 1101110 | 1000111 | 10011 |
Color Harmonies of #19530E
Complementary color
Monochromatic Colors of #19530E
Black with #19530E
Text Example
Text Example
White with #19530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19530E; }
p { color: rgb(25,83,14); }
H1.HeaderClassName
{
color: #19530E;
}
.AnyTagClassName
{
color: #19530E;
}
</style>
background-color css
<style>
a { background-color: #19530E; }
a { background-color: rgb(25,83,14); }
div.DivClassName
{
background-color: #19530E;
}
.BgClassName
{
background-color: #19530E;
}
</style>
border-color css
<style>
span { border-color: #19530E; }
span { border-color: rgb(25,83,14); }
td.TdClassName
{
border-color: #19530E;
}
.TagClassName
{
border-color: #19530E;
}
</style>