Shades of Myrtle #19501F
Tints of Myrtle #19501F
RGB
CMYK
RGB Variations
Color information
#19501F (or 0x19501F) is known color: Myrtle. HEX triplet: 19, 50 and 1F. RGB value is (25,80,31). Sum of RGB (Red+Green+Blue) = 25+80+31=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #19501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19501F is #E6AFE0. Grayscale: #3A3A3A. Windows color (decimal): -15118305 or 2052121. OLE color: 2052121.
HSL color Cylindrical-coordinate representation of color #19501F: hue angle of 126.55º 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 #19501F is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 31 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.69 |
| HSL | 126.55º | 0.52% | 0.21% | - |
| HSV(B) | 126.55º | 0.69% | 0.31% | - |
| XYZ | 3.52 | 6.04 | 2.28 | - |
| YUV | 57.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 31 | 0.69 | 0 | 0.61 | 0.69 | 126.55 | 0.52 | 0.21 |
| Hex | 19 | 50 | 1F | 45 | 0 | 3D | 45 | 7F | 34 | 15 |
| Octal | 31 | 120 | 37 | 105 | 0 | 75 | 105 | 177 | 64 | 25 |
| Binary | 11001 | 1010000 | 11111 | 1000101 | 0 | 111101 | 1000101 | 1111111 | 110100 | 10101 |
Color Harmonies of #19501F
Complementary color
Monochromatic Colors of #19501F
Black with #19501F
Text Example
Text Example
White with #19501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19501F; }
p { color: rgb(25,80,31); }
H1.HeaderClassName
{
color: #19501F;
}
.AnyTagClassName
{
color: #19501F;
}
</style>
background-color css
<style>
a { background-color: #19501F; }
a { background-color: rgb(25,80,31); }
div.DivClassName
{
background-color: #19501F;
}
.BgClassName
{
background-color: #19501F;
}
</style>
border-color css
<style>
span { border-color: #19501F; }
span { border-color: rgb(25,80,31); }
td.TdClassName
{
border-color: #19501F;
}
.TagClassName
{
border-color: #19501F;
}
</style>