Shades of Myrtle #195019
Tints of Myrtle #195019
RGB
CMYK
RGB Variations
Color information
#195019 (or 0x195019) is known color: Myrtle. HEX triplet: 19, 50 and 19. RGB value is (25,80,25). Sum of RGB (Red+Green+Blue) = 25+80+25=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #195019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195019 is #E6AFE6. Grayscale: #393939. Windows color (decimal): -15118311 or 1658905. OLE color: 1658905.
HSL color Cylindrical-coordinate representation of color #195019: hue angle of 120º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195019 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 25 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.69 |
| HSL | 120º | 0.52% | 0.21% | - |
| HSV(B) | 120º | 0.69% | 0.31% | - |
| XYZ | 3.45 | 6.01 | 1.9 | - |
| YUV | 57.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 25 | 0.69 | 0 | 0.69 | 0.69 | 120 | 0.52 | 0.21 |
| Hex | 19 | 50 | 19 | 45 | 0 | 45 | 45 | 78 | 34 | 15 |
| Octal | 31 | 120 | 31 | 105 | 0 | 105 | 105 | 170 | 64 | 25 |
| Binary | 11001 | 1010000 | 11001 | 1000101 | 0 | 1000101 | 1000101 | 1111000 | 110100 | 10101 |
Color Harmonies of #195019
Complementary color
Monochromatic Colors of #195019
Black with #195019
Text Example
Text Example
White with #195019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195019; }
p { color: rgb(25,80,25); }
H1.HeaderClassName
{
color: #195019;
}
.AnyTagClassName
{
color: #195019;
}
</style>
background-color css
<style>
a { background-color: #195019; }
a { background-color: rgb(25,80,25); }
div.DivClassName
{
background-color: #195019;
}
.BgClassName
{
background-color: #195019;
}
</style>
border-color css
<style>
span { border-color: #195019; }
span { border-color: rgb(25,80,25); }
td.TdClassName
{
border-color: #195019;
}
.TagClassName
{
border-color: #195019;
}
</style>