Shades of Myrtle #193C1B
Tints of Myrtle #193C1B
RGB
CMYK
RGB Variations
Color information
#193C1B (or 0x193C1B) is known color: Myrtle. HEX triplet: 19, 3C and 1B. RGB value is (25,60,27). Sum of RGB (Red+Green+Blue) = 25+60+27=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #193C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C1B is #E6C3E4. Grayscale: #2D2D2D. Windows color (decimal): -15123429 or 1784857. OLE color: 1784857.
HSL color Cylindrical-coordinate representation of color #193C1B: hue angle of 123.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C1B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 27 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.76 |
| HSL | 123.43º | 0.41% | 0.17% | - |
| HSV(B) | 123.43º | 0.58% | 0.24% | - |
| XYZ | 2.21 | 3.52 | 1.6 | - |
| YUV | 45.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 27 | 0.58 | 0 | 0.55 | 0.76 | 123.43 | 0.41 | 0.17 |
| Hex | 19 | 3C | 1B | 3A | 0 | 37 | 4C | 7B | 29 | 11 |
| Octal | 31 | 74 | 33 | 72 | 0 | 67 | 114 | 173 | 51 | 21 |
| Binary | 11001 | 111100 | 11011 | 111010 | 0 | 110111 | 1001100 | 1111011 | 101001 | 10001 |
Color Harmonies of #193C1B
Complementary color
Monochromatic Colors of #193C1B
Black with #193C1B
Text Example
Text Example
White with #193C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C1B; }
p { color: rgb(25,60,27); }
H1.HeaderClassName
{
color: #193C1B;
}
.AnyTagClassName
{
color: #193C1B;
}
</style>
background-color css
<style>
a { background-color: #193C1B; }
a { background-color: rgb(25,60,27); }
div.DivClassName
{
background-color: #193C1B;
}
.BgClassName
{
background-color: #193C1B;
}
</style>
border-color css
<style>
span { border-color: #193C1B; }
span { border-color: rgb(25,60,27); }
td.TdClassName
{
border-color: #193C1B;
}
.TagClassName
{
border-color: #193C1B;
}
</style>