Shades of Myrtle #193512
Tints of Myrtle #193512
RGB
CMYK
RGB Variations
Color information
#193512 (or 0x193512) is known color: Myrtle. HEX triplet: 19, 35 and 12. RGB value is (25,53,18). Sum of RGB (Red+Green+Blue) = 25+53+18=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #193512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193512 is #E6CAED. Grayscale: #282828. Windows color (decimal): -15125230 or 1193241. OLE color: 1193241.
HSL color Cylindrical-coordinate representation of color #193512: hue angle of 108º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193512 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 18 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.79 |
| HSL | 108º | 0.49% | 0.14% | - |
| HSV(B) | 108º | 0.66% | 0.21% | - |
| XYZ | 1.78 | 2.8 | 1.02 | - |
| YUV | 40.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 18 | 0.53 | 0 | 0.66 | 0.79 | 108 | 0.49 | 0.14 |
| Hex | 19 | 35 | 12 | 35 | 0 | 42 | 4F | 6C | 31 | E |
| Octal | 31 | 65 | 22 | 65 | 0 | 102 | 117 | 154 | 61 | 16 |
| Binary | 11001 | 110101 | 10010 | 110101 | 0 | 1000010 | 1001111 | 1101100 | 110001 | 1110 |
Color Harmonies of #193512
Complementary color
Monochromatic Colors of #193512
Black with #193512
Text Example
Text Example
White with #193512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193512; }
p { color: rgb(25,53,18); }
H1.HeaderClassName
{
color: #193512;
}
.AnyTagClassName
{
color: #193512;
}
</style>
background-color css
<style>
a { background-color: #193512; }
a { background-color: rgb(25,53,18); }
div.DivClassName
{
background-color: #193512;
}
.BgClassName
{
background-color: #193512;
}
</style>
border-color css
<style>
span { border-color: #193512; }
span { border-color: rgb(25,53,18); }
td.TdClassName
{
border-color: #193512;
}
.TagClassName
{
border-color: #193512;
}
</style>