Shades of Myrtle #19481C
Tints of Myrtle #19481C
RGB
CMYK
RGB Variations
Color information
#19481C (or 0x19481C) is known color: Myrtle. HEX triplet: 19, 48 and 1C. RGB value is (25,72,28). Sum of RGB (Red+Green+Blue) = 25+72+28=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #19481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19481C is #E6B7E3. Grayscale: #353535. Windows color (decimal): -15120356 or 1853465. OLE color: 1853465.
HSL color Cylindrical-coordinate representation of color #19481C: hue angle of 123.83º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19481C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 28 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.72 |
| HSL | 123.83º | 0.48% | 0.19% | - |
| HSV(B) | 123.83º | 0.65% | 0.28% | - |
| XYZ | 2.93 | 4.93 | 1.89 | - |
| YUV | 52.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 28 | 0.65 | 0 | 0.61 | 0.72 | 123.83 | 0.48 | 0.19 |
| Hex | 19 | 48 | 1C | 41 | 0 | 3D | 48 | 7C | 30 | 13 |
| Octal | 31 | 110 | 34 | 101 | 0 | 75 | 110 | 174 | 60 | 23 |
| Binary | 11001 | 1001000 | 11100 | 1000001 | 0 | 111101 | 1001000 | 1111100 | 110000 | 10011 |
Color Harmonies of #19481C
Complementary color
Monochromatic Colors of #19481C
Black with #19481C
Text Example
Text Example
White with #19481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19481C; }
p { color: rgb(25,72,28); }
H1.HeaderClassName
{
color: #19481C;
}
.AnyTagClassName
{
color: #19481C;
}
</style>
background-color css
<style>
a { background-color: #19481C; }
a { background-color: rgb(25,72,28); }
div.DivClassName
{
background-color: #19481C;
}
.BgClassName
{
background-color: #19481C;
}
</style>
border-color css
<style>
span { border-color: #19481C; }
span { border-color: rgb(25,72,28); }
td.TdClassName
{
border-color: #19481C;
}
.TagClassName
{
border-color: #19481C;
}
</style>