Shades of Myrtle #195912
Tints of Myrtle #195912
RGB
CMYK
RGB Variations
Color information
#195912 (or 0x195912) is known color: Myrtle. HEX triplet: 19, 59 and 12. RGB value is (25,89,18). Sum of RGB (Red+Green+Blue) = 25+89+18=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #195912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195912 is #E6A6ED. Grayscale: #3D3D3D. Windows color (decimal): -15116014 or 1202457. OLE color: 1202457.
HSL color Cylindrical-coordinate representation of color #195912: hue angle of 114.08º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195912 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 89 | 18 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.65 |
| HSL | 114.08º | 0.66% | 0.21% | - |
| HSV(B) | 114.08º | 0.8% | 0.35% | - |
| XYZ | 4.08 | 7.4 | 1.78 | - |
| YUV | 61.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 18 | 0.72 | 0 | 0.80 | 0.65 | 114.08 | 0.66 | 0.21 |
| Hex | 19 | 59 | 12 | 48 | 0 | 50 | 41 | 72 | 42 | 15 |
| Octal | 31 | 131 | 22 | 110 | 0 | 120 | 101 | 162 | 102 | 25 |
| Binary | 11001 | 1011001 | 10010 | 1001000 | 0 | 1010000 | 1000001 | 1110010 | 1000010 | 10101 |
Color Harmonies of #195912
Complementary color
Monochromatic Colors of #195912
Black with #195912
Text Example
Text Example
White with #195912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195912; }
p { color: rgb(25,89,18); }
H1.HeaderClassName
{
color: #195912;
}
.AnyTagClassName
{
color: #195912;
}
</style>
background-color css
<style>
a { background-color: #195912; }
a { background-color: rgb(25,89,18); }
div.DivClassName
{
background-color: #195912;
}
.BgClassName
{
background-color: #195912;
}
</style>
border-color css
<style>
span { border-color: #195912; }
span { border-color: rgb(25,89,18); }
td.TdClassName
{
border-color: #195912;
}
.TagClassName
{
border-color: #195912;
}
</style>