Shades of Myrtle #194912
Tints of Myrtle #194912
RGB
CMYK
RGB Variations
Color information
#194912 (or 0x194912) is known color: Myrtle. HEX triplet: 19, 49 and 12. RGB value is (25,73,18). Sum of RGB (Red+Green+Blue) = 25+73+18=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #194912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194912 is #E6B6ED. Grayscale: #343434. Windows color (decimal): -15120110 or 1198361. OLE color: 1198361.
HSL color Cylindrical-coordinate representation of color #194912: hue angle of 112.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194912 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 18 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.71 |
| HSL | 112.36º | 0.6% | 0.18% | - |
| HSV(B) | 112.36º | 0.75% | 0.29% | - |
| XYZ | 2.89 | 5.02 | 1.39 | - |
| YUV | 52.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 18 | 0.66 | 0 | 0.75 | 0.71 | 112.36 | 0.6 | 0.18 |
| Hex | 19 | 49 | 12 | 42 | 0 | 4B | 47 | 70 | 3C | 12 |
| Octal | 31 | 111 | 22 | 102 | 0 | 113 | 107 | 160 | 74 | 22 |
| Binary | 11001 | 1001001 | 10010 | 1000010 | 0 | 1001011 | 1000111 | 1110000 | 111100 | 10010 |
Color Harmonies of #194912
Complementary color
Monochromatic Colors of #194912
Black with #194912
Text Example
Text Example
White with #194912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194912; }
p { color: rgb(25,73,18); }
H1.HeaderClassName
{
color: #194912;
}
.AnyTagClassName
{
color: #194912;
}
</style>
background-color css
<style>
a { background-color: #194912; }
a { background-color: rgb(25,73,18); }
div.DivClassName
{
background-color: #194912;
}
.BgClassName
{
background-color: #194912;
}
</style>
border-color css
<style>
span { border-color: #194912; }
span { border-color: rgb(25,73,18); }
td.TdClassName
{
border-color: #194912;
}
.TagClassName
{
border-color: #194912;
}
</style>