Shades of Myrtle #19530C
Tints of Myrtle #19530C
RGB
CMYK
RGB Variations
Color information
#19530C (or 0x19530C) is known color: Myrtle. HEX triplet: 19, 53 and 0C. RGB value is (25,83,12). Sum of RGB (Red+Green+Blue) = 25+83+12=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #19530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19530C is #E6ACF3. Grayscale: #393939. Windows color (decimal): -15117556 or 807705. OLE color: 807705.
HSL color Cylindrical-coordinate representation of color #19530C: hue angle of 109.01º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19530C is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 12 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.67 |
| HSL | 109.01º | 0.75% | 0.19% | - |
| HSV(B) | 109.01º | 0.86% | 0.33% | - |
| XYZ | 3.56 | 6.42 | 1.4 | - |
| YUV | 57.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 12 | 0.70 | 0 | 0.86 | 0.67 | 109.01 | 0.75 | 0.19 |
| Hex | 19 | 53 | C | 46 | 0 | 56 | 43 | 6D | 4B | 13 |
| Octal | 31 | 123 | 14 | 106 | 0 | 126 | 103 | 155 | 113 | 23 |
| Binary | 11001 | 1010011 | 1100 | 1000110 | 0 | 1010110 | 1000011 | 1101101 | 1001011 | 10011 |
Color Harmonies of #19530C
Complementary color
Monochromatic Colors of #19530C
Black with #19530C
Text Example
Text Example
White with #19530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19530C; }
p { color: rgb(25,83,12); }
H1.HeaderClassName
{
color: #19530C;
}
.AnyTagClassName
{
color: #19530C;
}
</style>
background-color css
<style>
a { background-color: #19530C; }
a { background-color: rgb(25,83,12); }
div.DivClassName
{
background-color: #19530C;
}
.BgClassName
{
background-color: #19530C;
}
</style>
border-color css
<style>
span { border-color: #19530C; }
span { border-color: rgb(25,83,12); }
td.TdClassName
{
border-color: #19530C;
}
.TagClassName
{
border-color: #19530C;
}
</style>