Shades of Myrtle #19320C
Tints of Myrtle #19320C
RGB
CMYK
RGB Variations
Color information
#19320C (or 0x19320C) is known color: Myrtle. HEX triplet: 19, 32 and 0C. RGB value is (25,50,12). Sum of RGB (Red+Green+Blue) = 25+50+12=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #19320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19320C is #E6CDF3. Grayscale: #262626. Windows color (decimal): -15126004 or 799257. OLE color: 799257.
HSL color Cylindrical-coordinate representation of color #19320C: hue angle of 99.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19320C is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 50 | 12 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.80 |
| HSL | 99.47º | 0.61% | 0.12% | - |
| HSV(B) | 99.47º | 0.76% | 0.2% | - |
| XYZ | 1.61 | 2.51 | 0.75 | - |
| YUV | 38.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 12 | 0.50 | 0 | 0.76 | 0.80 | 99.47 | 0.61 | 0.12 |
| Hex | 19 | 32 | C | 32 | 0 | 4C | 50 | 63 | 3D | C |
| Octal | 31 | 62 | 14 | 62 | 0 | 114 | 120 | 143 | 75 | 14 |
| Binary | 11001 | 110010 | 1100 | 110010 | 0 | 1001100 | 1010000 | 1100011 | 111101 | 1100 |
Color Harmonies of #19320C
Complementary color
Monochromatic Colors of #19320C
Black with #19320C
Text Example
Text Example
White with #19320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19320C; }
p { color: rgb(25,50,12); }
H1.HeaderClassName
{
color: #19320C;
}
.AnyTagClassName
{
color: #19320C;
}
</style>
background-color css
<style>
a { background-color: #19320C; }
a { background-color: rgb(25,50,12); }
div.DivClassName
{
background-color: #19320C;
}
.BgClassName
{
background-color: #19320C;
}
</style>
border-color css
<style>
span { border-color: #19320C; }
span { border-color: rgb(25,50,12); }
td.TdClassName
{
border-color: #19320C;
}
.TagClassName
{
border-color: #19320C;
}
</style>