Shades of Myrtle #195413
Tints of Myrtle #195413
RGB
CMYK
RGB Variations
Color information
#195413 (or 0x195413) is known color: Myrtle. HEX triplet: 19, 54 and 13. RGB value is (25,84,19). Sum of RGB (Red+Green+Blue) = 25+84+19=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #195413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195413 is #E6ABEC. Grayscale: #3B3B3B. Windows color (decimal): -15117293 or 1266713. OLE color: 1266713.
HSL color Cylindrical-coordinate representation of color #195413: hue angle of 114.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195413 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 84 | 19 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.67 |
| HSL | 114.46º | 0.63% | 0.2% | - |
| HSV(B) | 114.46º | 0.77% | 0.33% | - |
| XYZ | 3.69 | 6.59 | 1.69 | - |
| YUV | 58.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 19 | 0.70 | 0 | 0.77 | 0.67 | 114.46 | 0.63 | 0.2 |
| Hex | 19 | 54 | 13 | 46 | 0 | 4D | 43 | 72 | 3F | 14 |
| Octal | 31 | 124 | 23 | 106 | 0 | 115 | 103 | 162 | 77 | 24 |
| Binary | 11001 | 1010100 | 10011 | 1000110 | 0 | 1001101 | 1000011 | 1110010 | 111111 | 10100 |
Color Harmonies of #195413
Complementary color
Monochromatic Colors of #195413
Black with #195413
Text Example
Text Example
White with #195413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195413; }
p { color: rgb(25,84,19); }
H1.HeaderClassName
{
color: #195413;
}
.AnyTagClassName
{
color: #195413;
}
</style>
background-color css
<style>
a { background-color: #195413; }
a { background-color: rgb(25,84,19); }
div.DivClassName
{
background-color: #195413;
}
.BgClassName
{
background-color: #195413;
}
</style>
border-color css
<style>
span { border-color: #195413; }
span { border-color: rgb(25,84,19); }
td.TdClassName
{
border-color: #195413;
}
.TagClassName
{
border-color: #195413;
}
</style>