Shades of Myrtle #194B14
Tints of Myrtle #194B14
RGB
CMYK
RGB Variations
Color information
#194B14 (or 0x194B14) is known color: Myrtle. HEX triplet: 19, 4B and 14. RGB value is (25,75,20). Sum of RGB (Red+Green+Blue) = 25+75+20=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #194B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194B14 is #E6B4EB. Grayscale: #353535. Windows color (decimal): -15119596 or 1329945. OLE color: 1329945.
HSL color Cylindrical-coordinate representation of color #194B14: hue angle of 114.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194B14 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 20 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.71 |
| HSL | 114.55º | 0.58% | 0.19% | - |
| HSV(B) | 114.55º | 0.73% | 0.29% | - |
| XYZ | 3.04 | 5.29 | 1.52 | - |
| YUV | 53.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 20 | 0.67 | 0 | 0.73 | 0.71 | 114.55 | 0.58 | 0.19 |
| Hex | 19 | 4B | 14 | 43 | 0 | 49 | 47 | 73 | 3A | 13 |
| Octal | 31 | 113 | 24 | 103 | 0 | 111 | 107 | 163 | 72 | 23 |
| Binary | 11001 | 1001011 | 10100 | 1000011 | 0 | 1001001 | 1000111 | 1110011 | 111010 | 10011 |
Color Harmonies of #194B14
Complementary color
Monochromatic Colors of #194B14
Black with #194B14
Text Example
Text Example
White with #194B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B14; }
p { color: rgb(25,75,20); }
H1.HeaderClassName
{
color: #194B14;
}
.AnyTagClassName
{
color: #194B14;
}
</style>
background-color css
<style>
a { background-color: #194B14; }
a { background-color: rgb(25,75,20); }
div.DivClassName
{
background-color: #194B14;
}
.BgClassName
{
background-color: #194B14;
}
</style>
border-color css
<style>
span { border-color: #194B14; }
span { border-color: rgb(25,75,20); }
td.TdClassName
{
border-color: #194B14;
}
.TagClassName
{
border-color: #194B14;
}
</style>