Shades of Myrtle #195314
Tints of Myrtle #195314
RGB
CMYK
RGB Variations
Color information
#195314 (or 0x195314) is known color: Myrtle. HEX triplet: 19, 53 and 14. RGB value is (25,83,20). Sum of RGB (Red+Green+Blue) = 25+83+20=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #195314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195314 is #E6ACEB. Grayscale: #3A3A3A. Windows color (decimal): -15117548 or 1331993. OLE color: 1331993.
HSL color Cylindrical-coordinate representation of color #195314: hue angle of 115.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195314 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 20 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.67 |
| HSL | 115.24º | 0.61% | 0.2% | - |
| HSV(B) | 115.24º | 0.76% | 0.33% | - |
| XYZ | 3.62 | 6.44 | 1.71 | - |
| YUV | 58.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 20 | 0.70 | 0 | 0.76 | 0.67 | 115.24 | 0.61 | 0.2 |
| Hex | 19 | 53 | 14 | 46 | 0 | 4C | 43 | 73 | 3D | 14 |
| Octal | 31 | 123 | 24 | 106 | 0 | 114 | 103 | 163 | 75 | 24 |
| Binary | 11001 | 1010011 | 10100 | 1000110 | 0 | 1001100 | 1000011 | 1110011 | 111101 | 10100 |
Color Harmonies of #195314
Complementary color
Monochromatic Colors of #195314
Black with #195314
Text Example
Text Example
White with #195314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195314; }
p { color: rgb(25,83,20); }
H1.HeaderClassName
{
color: #195314;
}
.AnyTagClassName
{
color: #195314;
}
</style>
background-color css
<style>
a { background-color: #195314; }
a { background-color: rgb(25,83,20); }
div.DivClassName
{
background-color: #195314;
}
.BgClassName
{
background-color: #195314;
}
</style>
border-color css
<style>
span { border-color: #195314; }
span { border-color: rgb(25,83,20); }
td.TdClassName
{
border-color: #195314;
}
.TagClassName
{
border-color: #195314;
}
</style>