Shades of Myrtle #194C1B
Tints of Myrtle #194C1B
RGB
CMYK
RGB Variations
Color information
#194C1B (or 0x194C1B) is known color: Myrtle. HEX triplet: 19, 4C and 1B. RGB value is (25,76,27). Sum of RGB (Red+Green+Blue) = 25+76+27=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #194C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C1B is #E6B3E4. Grayscale: #373737. Windows color (decimal): -15119333 or 1788953. OLE color: 1788953.
HSL color Cylindrical-coordinate representation of color #194C1B: hue angle of 122.35º 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 #194C1B is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 27 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.70 |
| HSL | 122.35º | 0.5% | 0.2% | - |
| HSV(B) | 122.35º | 0.67% | 0.3% | - |
| XYZ | 3.18 | 5.45 | 1.92 | - |
| YUV | 55.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 27 | 0.67 | 0 | 0.64 | 0.70 | 122.35 | 0.5 | 0.2 |
| Hex | 19 | 4C | 1B | 43 | 0 | 40 | 46 | 7A | 32 | 14 |
| Octal | 31 | 114 | 33 | 103 | 0 | 100 | 106 | 172 | 62 | 24 |
| Binary | 11001 | 1001100 | 11011 | 1000011 | 0 | 1000000 | 1000110 | 1111010 | 110010 | 10100 |
Color Harmonies of #194C1B
Complementary color
Monochromatic Colors of #194C1B
Black with #194C1B
Text Example
Text Example
White with #194C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C1B; }
p { color: rgb(25,76,27); }
H1.HeaderClassName
{
color: #194C1B;
}
.AnyTagClassName
{
color: #194C1B;
}
</style>
background-color css
<style>
a { background-color: #194C1B; }
a { background-color: rgb(25,76,27); }
div.DivClassName
{
background-color: #194C1B;
}
.BgClassName
{
background-color: #194C1B;
}
</style>
border-color css
<style>
span { border-color: #194C1B; }
span { border-color: rgb(25,76,27); }
td.TdClassName
{
border-color: #194C1B;
}
.TagClassName
{
border-color: #194C1B;
}
</style>