Shades of Myrtle #194B13
Tints of Myrtle #194B13
RGB
CMYK
RGB Variations
Color information
#194B13 (or 0x194B13) is known color: Myrtle. HEX triplet: 19, 4B and 13. RGB value is (25,75,19). Sum of RGB (Red+Green+Blue) = 25+75+19=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #194B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194B13 is #E6B4EC. Grayscale: #353535. Windows color (decimal): -15119597 or 1264409. OLE color: 1264409.
HSL color Cylindrical-coordinate representation of color #194B13: hue angle of 113.57º 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 #194B13 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 19 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.71 |
| HSL | 113.57º | 0.6% | 0.18% | - |
| HSV(B) | 113.57º | 0.75% | 0.29% | - |
| XYZ | 3.03 | 5.29 | 1.48 | - |
| YUV | 53.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 19 | 0.67 | 0 | 0.75 | 0.71 | 113.57 | 0.6 | 0.18 |
| Hex | 19 | 4B | 13 | 43 | 0 | 4B | 47 | 72 | 3C | 12 |
| Octal | 31 | 113 | 23 | 103 | 0 | 113 | 107 | 162 | 74 | 22 |
| Binary | 11001 | 1001011 | 10011 | 1000011 | 0 | 1001011 | 1000111 | 1110010 | 111100 | 10010 |
Color Harmonies of #194B13
Complementary color
Monochromatic Colors of #194B13
Black with #194B13
Text Example
Text Example
White with #194B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B13; }
p { color: rgb(25,75,19); }
H1.HeaderClassName
{
color: #194B13;
}
.AnyTagClassName
{
color: #194B13;
}
</style>
background-color css
<style>
a { background-color: #194B13; }
a { background-color: rgb(25,75,19); }
div.DivClassName
{
background-color: #194B13;
}
.BgClassName
{
background-color: #194B13;
}
</style>
border-color css
<style>
span { border-color: #194B13; }
span { border-color: rgb(25,75,19); }
td.TdClassName
{
border-color: #194B13;
}
.TagClassName
{
border-color: #194B13;
}
</style>