Shades of Myrtle #19530A
Tints of Myrtle #19530A
RGB
CMYK
RGB Variations
Color information
#19530A (or 0x19530A) is known color: Myrtle. HEX triplet: 19, 53 and 0A. RGB value is (25,83,10). Sum of RGB (Red+Green+Blue) = 25+83+10=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #19530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19530A is #E6ACF5. Grayscale: #393939. Windows color (decimal): -15117558 or 676633. OLE color: 676633.
HSL color Cylindrical-coordinate representation of color #19530A: hue angle of 107.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19530A is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 10 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.67 |
| HSL | 107.67º | 0.78% | 0.18% | - |
| HSV(B) | 107.67º | 0.88% | 0.33% | - |
| XYZ | 3.55 | 6.42 | 1.34 | - |
| YUV | 57.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 10 | 0.70 | 0 | 0.88 | 0.67 | 107.67 | 0.78 | 0.18 |
| Hex | 19 | 53 | A | 46 | 0 | 58 | 43 | 6C | 4E | 12 |
| Octal | 31 | 123 | 12 | 106 | 0 | 130 | 103 | 154 | 116 | 22 |
| Binary | 11001 | 1010011 | 1010 | 1000110 | 0 | 1011000 | 1000011 | 1101100 | 1001110 | 10010 |
Color Harmonies of #19530A
Complementary color
Monochromatic Colors of #19530A
Black with #19530A
Text Example
Text Example
White with #19530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19530A; }
p { color: rgb(25,83,10); }
H1.HeaderClassName
{
color: #19530A;
}
.AnyTagClassName
{
color: #19530A;
}
</style>
background-color css
<style>
a { background-color: #19530A; }
a { background-color: rgb(25,83,10); }
div.DivClassName
{
background-color: #19530A;
}
.BgClassName
{
background-color: #19530A;
}
</style>
border-color css
<style>
span { border-color: #19530A; }
span { border-color: rgb(25,83,10); }
td.TdClassName
{
border-color: #19530A;
}
.TagClassName
{
border-color: #19530A;
}
</style>