Shades of Myrtle #195515
Tints of Myrtle #195515
RGB
CMYK
RGB Variations
Color information
#195515 (or 0x195515) is known color: Myrtle. HEX triplet: 19, 55 and 15. RGB value is (25,85,21). Sum of RGB (Red+Green+Blue) = 25+85+21=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #195515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195515 is #E6AAEA. Grayscale: #3B3B3B. Windows color (decimal): -15117035 or 1398041. OLE color: 1398041.
HSL color Cylindrical-coordinate representation of color #195515: hue angle of 116.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195515 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 85 | 21 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.67 |
| HSL | 116.25º | 0.6% | 0.21% | - |
| HSV(B) | 116.25º | 0.75% | 0.33% | - |
| XYZ | 3.78 | 6.76 | 1.81 | - |
| YUV | 59.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 21 | 0.71 | 0 | 0.75 | 0.67 | 116.25 | 0.6 | 0.21 |
| Hex | 19 | 55 | 15 | 47 | 0 | 4B | 43 | 74 | 3C | 15 |
| Octal | 31 | 125 | 25 | 107 | 0 | 113 | 103 | 164 | 74 | 25 |
| Binary | 11001 | 1010101 | 10101 | 1000111 | 0 | 1001011 | 1000011 | 1110100 | 111100 | 10101 |
Color Harmonies of #195515
Complementary color
Monochromatic Colors of #195515
Black with #195515
Text Example
Text Example
White with #195515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195515; }
p { color: rgb(25,85,21); }
H1.HeaderClassName
{
color: #195515;
}
.AnyTagClassName
{
color: #195515;
}
</style>
background-color css
<style>
a { background-color: #195515; }
a { background-color: rgb(25,85,21); }
div.DivClassName
{
background-color: #195515;
}
.BgClassName
{
background-color: #195515;
}
</style>
border-color css
<style>
span { border-color: #195515; }
span { border-color: rgb(25,85,21); }
td.TdClassName
{
border-color: #195515;
}
.TagClassName
{
border-color: #195515;
}
</style>