Shades of Myrtle #194316
Tints of Myrtle #194316
RGB
CMYK
RGB Variations
Color information
#194316 (or 0x194316) is known color: Myrtle. HEX triplet: 19, 43 and 16. RGB value is (25,67,22). Sum of RGB (Red+Green+Blue) = 25+67+22=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #194316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194316 is #E6BCE9. Grayscale: #313131. Windows color (decimal): -15121642 or 1458969. OLE color: 1458969.
HSL color Cylindrical-coordinate representation of color #194316: hue angle of 116º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194316 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 67 | 22 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.74 |
| HSL | 116º | 0.51% | 0.17% | - |
| HSV(B) | 116º | 0.67% | 0.26% | - |
| XYZ | 2.55 | 4.28 | 1.45 | - |
| YUV | 49.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 22 | 0.63 | 0 | 0.67 | 0.74 | 116 | 0.51 | 0.17 |
| Hex | 19 | 43 | 16 | 3F | 0 | 43 | 4A | 74 | 33 | 11 |
| Octal | 31 | 103 | 26 | 77 | 0 | 103 | 112 | 164 | 63 | 21 |
| Binary | 11001 | 1000011 | 10110 | 111111 | 0 | 1000011 | 1001010 | 1110100 | 110011 | 10001 |
Color Harmonies of #194316
Complementary color
Monochromatic Colors of #194316
Black with #194316
Text Example
Text Example
White with #194316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194316; }
p { color: rgb(25,67,22); }
H1.HeaderClassName
{
color: #194316;
}
.AnyTagClassName
{
color: #194316;
}
</style>
background-color css
<style>
a { background-color: #194316; }
a { background-color: rgb(25,67,22); }
div.DivClassName
{
background-color: #194316;
}
.BgClassName
{
background-color: #194316;
}
</style>
border-color css
<style>
span { border-color: #194316; }
span { border-color: rgb(25,67,22); }
td.TdClassName
{
border-color: #194316;
}
.TagClassName
{
border-color: #194316;
}
</style>