Shades of Myrtle #19480F
Tints of Myrtle #19480F
RGB
CMYK
RGB Variations
Color information
#19480F (or 0x19480F) is known color: Myrtle. HEX triplet: 19, 48 and 0F. RGB value is (25,72,15). Sum of RGB (Red+Green+Blue) = 25+72+15=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #19480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19480F is #E6B7F0. Grayscale: #333333. Windows color (decimal): -15120369 or 1001497. OLE color: 1001497.
HSL color Cylindrical-coordinate representation of color #19480F: hue angle of 109.47º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19480F is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 15 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.72 |
| HSL | 109.47º | 0.66% | 0.17% | - |
| HSV(B) | 109.47º | 0.79% | 0.28% | - |
| XYZ | 2.8 | 4.88 | 1.25 | - |
| YUV | 51.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 15 | 0.65 | 0 | 0.79 | 0.72 | 109.47 | 0.66 | 0.17 |
| Hex | 19 | 48 | F | 41 | 0 | 4F | 48 | 6D | 42 | 11 |
| Octal | 31 | 110 | 17 | 101 | 0 | 117 | 110 | 155 | 102 | 21 |
| Binary | 11001 | 1001000 | 1111 | 1000001 | 0 | 1001111 | 1001000 | 1101101 | 1000010 | 10001 |
Color Harmonies of #19480F
Complementary color
Monochromatic Colors of #19480F
Black with #19480F
Text Example
Text Example
White with #19480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19480F; }
p { color: rgb(25,72,15); }
H1.HeaderClassName
{
color: #19480F;
}
.AnyTagClassName
{
color: #19480F;
}
</style>
background-color css
<style>
a { background-color: #19480F; }
a { background-color: rgb(25,72,15); }
div.DivClassName
{
background-color: #19480F;
}
.BgClassName
{
background-color: #19480F;
}
</style>
border-color css
<style>
span { border-color: #19480F; }
span { border-color: rgb(25,72,15); }
td.TdClassName
{
border-color: #19480F;
}
.TagClassName
{
border-color: #19480F;
}
</style>