Shades of Myrtle #194C00
Tints of Myrtle #194C00
RGB
CMYK
RGB Variations
Color information
#194C00 (or 0x194C00) is known color: Myrtle. HEX triplet: 19, 4C and 00. RGB value is (25,76,0). Sum of RGB (Red+Green+Blue) = 25+76+0=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 76 (30.08% from 255 or 75.25% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 76 - color contains mainly: green. Hex color #194C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C00 is #E6B3FF. Grayscale: #343434. Windows color (decimal): -15119360 or 19481. OLE color: 19481.
HSL color Cylindrical-coordinate representation of color #194C00: hue angle of 100.26º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #194C00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.70 |
| HSL | 100.26º | 1% | 0.15% | - |
| HSV(B) | 100.26º | 1% | 0.3% | - |
| XYZ | 2.99 | 5.38 | 0.88 | - |
| YUV | 52.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 0 | 0.67 | 0 | 1 | 0.70 | 100.26 | 1 | 0.15 |
| Hex | 19 | 4C | 0 | 43 | 0 | 64 | 46 | 64 | 64 | F |
| Octal | 31 | 114 | 0 | 103 | 0 | 144 | 106 | 144 | 144 | 17 |
| Binary | 11001 | 1001100 | 0 | 1000011 | 0 | 1100100 | 1000110 | 1100100 | 1100100 | 1111 |
Color Harmonies of #194C00
Complementary color
Monochromatic Colors of #194C00
Black with #194C00
Text Example
Text Example
White with #194C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C00; }
p { color: rgb(25,76,0); }
H1.HeaderClassName
{
color: #194C00;
}
.AnyTagClassName
{
color: #194C00;
}
</style>
background-color css
<style>
a { background-color: #194C00; }
a { background-color: rgb(25,76,0); }
div.DivClassName
{
background-color: #194C00;
}
.BgClassName
{
background-color: #194C00;
}
</style>
border-color css
<style>
span { border-color: #194C00; }
span { border-color: rgb(25,76,0); }
td.TdClassName
{
border-color: #194C00;
}
.TagClassName
{
border-color: #194C00;
}
</style>