Shades of Myrtle #195414
Tints of Myrtle #195414
RGB
CMYK
RGB Variations
Color information
#195414 (or 0x195414) is known color: Myrtle. HEX triplet: 19, 54 and 14. RGB value is (25,84,20). Sum of RGB (Red+Green+Blue) = 25+84+20=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #195414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195414 is #E6ABEB. Grayscale: #3B3B3B. Windows color (decimal): -15117292 or 1332249. OLE color: 1332249.
HSL color Cylindrical-coordinate representation of color #195414: hue angle of 115.31º degrees, saturation: 0.62, 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 #195414 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 84 | 20 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.67 |
| HSL | 115.31º | 0.62% | 0.2% | - |
| HSV(B) | 115.31º | 0.76% | 0.33% | - |
| XYZ | 3.7 | 6.6 | 1.74 | - |
| YUV | 59.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 20 | 0.70 | 0 | 0.76 | 0.67 | 115.31 | 0.62 | 0.2 |
| Hex | 19 | 54 | 14 | 46 | 0 | 4C | 43 | 73 | 3E | 14 |
| Octal | 31 | 124 | 24 | 106 | 0 | 114 | 103 | 163 | 76 | 24 |
| Binary | 11001 | 1010100 | 10100 | 1000110 | 0 | 1001100 | 1000011 | 1110011 | 111110 | 10100 |
Color Harmonies of #195414
Complementary color
Monochromatic Colors of #195414
Black with #195414
Text Example
Text Example
White with #195414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195414; }
p { color: rgb(25,84,20); }
H1.HeaderClassName
{
color: #195414;
}
.AnyTagClassName
{
color: #195414;
}
</style>
background-color css
<style>
a { background-color: #195414; }
a { background-color: rgb(25,84,20); }
div.DivClassName
{
background-color: #195414;
}
.BgClassName
{
background-color: #195414;
}
</style>
border-color css
<style>
span { border-color: #195414; }
span { border-color: rgb(25,84,20); }
td.TdClassName
{
border-color: #195414;
}
.TagClassName
{
border-color: #195414;
}
</style>