Shades of Myrtle #194C1A
Tints of Myrtle #194C1A
RGB
CMYK
RGB Variations
Color information
#194C1A (or 0x194C1A) is known color: Myrtle. HEX triplet: 19, 4C and 1A. RGB value is (25,76,26). Sum of RGB (Red+Green+Blue) = 25+76+26=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #194C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C1A is #E6B3E5. Grayscale: #373737. Windows color (decimal): -15119334 or 1723417. OLE color: 1723417.
HSL color Cylindrical-coordinate representation of color #194C1A: hue angle of 121.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C1A is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 26 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.70 |
| HSL | 121.18º | 0.5% | 0.2% | - |
| HSV(B) | 121.18º | 0.67% | 0.3% | - |
| XYZ | 3.17 | 5.45 | 1.86 | - |
| YUV | 55.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 26 | 0.67 | 0 | 0.66 | 0.70 | 121.18 | 0.5 | 0.2 |
| Hex | 19 | 4C | 1A | 43 | 0 | 42 | 46 | 79 | 32 | 14 |
| Octal | 31 | 114 | 32 | 103 | 0 | 102 | 106 | 171 | 62 | 24 |
| Binary | 11001 | 1001100 | 11010 | 1000011 | 0 | 1000010 | 1000110 | 1111001 | 110010 | 10100 |
Color Harmonies of #194C1A
Complementary color
Monochromatic Colors of #194C1A
Black with #194C1A
Text Example
Text Example
White with #194C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C1A; }
p { color: rgb(25,76,26); }
H1.HeaderClassName
{
color: #194C1A;
}
.AnyTagClassName
{
color: #194C1A;
}
</style>
background-color css
<style>
a { background-color: #194C1A; }
a { background-color: rgb(25,76,26); }
div.DivClassName
{
background-color: #194C1A;
}
.BgClassName
{
background-color: #194C1A;
}
</style>
border-color css
<style>
span { border-color: #194C1A; }
span { border-color: rgb(25,76,26); }
td.TdClassName
{
border-color: #194C1A;
}
.TagClassName
{
border-color: #194C1A;
}
</style>