Shades of Myrtle #193C00
Tints of Myrtle #193C00
RGB
CMYK
RGB Variations
Color information
#193C00 (or 0x193C00) is known color: Myrtle. HEX triplet: 19, 3C and 00. RGB value is (25,60,0). Sum of RGB (Red+Green+Blue) = 25+60+0=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 60 (23.83% from 255 or 70.59% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 60 - color contains mainly: green. Hex color #193C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193C00 is #E6C3FF. Grayscale: #2A2A2A. Windows color (decimal): -15123456 or 15385. OLE color: 15385.
HSL color Cylindrical-coordinate representation of color #193C00: hue angle of 95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #193C00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.76 |
| HSL | 95º | 1% | 0.12% | - |
| HSV(B) | 95º | 1% | 0.24% | - |
| XYZ | 2.02 | 3.44 | 0.56 | - |
| YUV | 42.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 0 | 0.58 | 0 | 1 | 0.76 | 95 | 1 | 0.12 |
| Hex | 19 | 3C | 0 | 3A | 0 | 64 | 4C | 5F | 64 | C |
| Octal | 31 | 74 | 0 | 72 | 0 | 144 | 114 | 137 | 144 | 14 |
| Binary | 11001 | 111100 | 0 | 111010 | 0 | 1100100 | 1001100 | 1011111 | 1100100 | 1100 |
Color Harmonies of #193C00
Complementary color
Monochromatic Colors of #193C00
Black with #193C00
Text Example
Text Example
White with #193C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C00; }
p { color: rgb(25,60,0); }
H1.HeaderClassName
{
color: #193C00;
}
.AnyTagClassName
{
color: #193C00;
}
</style>
background-color css
<style>
a { background-color: #193C00; }
a { background-color: rgb(25,60,0); }
div.DivClassName
{
background-color: #193C00;
}
.BgClassName
{
background-color: #193C00;
}
</style>
border-color css
<style>
span { border-color: #193C00; }
span { border-color: rgb(25,60,0); }
td.TdClassName
{
border-color: #193C00;
}
.TagClassName
{
border-color: #193C00;
}
</style>