Shades of Myrtle #19620F
Tints of Myrtle #19620F
RGB
CMYK
RGB Variations
Color information
#19620F (or 0x19620F) is known color: Myrtle. HEX triplet: 19, 62 and 0F. RGB value is (25,98,15). Sum of RGB (Red+Green+Blue) = 25+98+15=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #19620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19620F is #E69DF0. Grayscale: #424242. Windows color (decimal): -15113713 or 1008153. OLE color: 1008153.
HSL color Cylindrical-coordinate representation of color #19620F: hue angle of 112.77º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19620F is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 15 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.62 |
| HSL | 112.77º | 0.73% | 0.22% | - |
| HSV(B) | 112.77º | 0.85% | 0.38% | - |
| XYZ | 4.85 | 8.98 | 1.93 | - |
| YUV | 66.71 | 98.82 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 15 | 0.74 | 0 | 0.85 | 0.62 | 112.77 | 0.73 | 0.22 |
| Hex | 19 | 62 | F | 4A | 0 | 55 | 3E | 71 | 49 | 16 |
| Octal | 31 | 142 | 17 | 112 | 0 | 125 | 76 | 161 | 111 | 26 |
| Binary | 11001 | 1100010 | 1111 | 1001010 | 0 | 1010101 | 111110 | 1110001 | 1001001 | 10110 |
Color Harmonies of #19620F
Complementary color
Monochromatic Colors of #19620F
Black with #19620F
Text Example
Text Example
White with #19620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19620F; }
p { color: rgb(25,98,15); }
H1.HeaderClassName
{
color: #19620F;
}
.AnyTagClassName
{
color: #19620F;
}
</style>
background-color css
<style>
a { background-color: #19620F; }
a { background-color: rgb(25,98,15); }
div.DivClassName
{
background-color: #19620F;
}
.BgClassName
{
background-color: #19620F;
}
</style>
border-color css
<style>
span { border-color: #19620F; }
span { border-color: rgb(25,98,15); }
td.TdClassName
{
border-color: #19620F;
}
.TagClassName
{
border-color: #19620F;
}
</style>