Shades of Myrtle #194517
Tints of Myrtle #194517
RGB
CMYK
RGB Variations
Color information
#194517 (or 0x194517) is known color: Myrtle. HEX triplet: 19, 45 and 17. RGB value is (25,69,23). Sum of RGB (Red+Green+Blue) = 25+69+23=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #194517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194517 is #E6BAE8. Grayscale: #323232. Windows color (decimal): -15121129 or 1525017. OLE color: 1525017.
HSL color Cylindrical-coordinate representation of color #194517: hue angle of 117.39º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194517 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 23 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.73 |
| HSL | 117.39º | 0.5% | 0.18% | - |
| HSV(B) | 117.39º | 0.67% | 0.27% | - |
| XYZ | 2.68 | 4.52 | 1.54 | - |
| YUV | 50.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 23 | 0.64 | 0 | 0.67 | 0.73 | 117.39 | 0.5 | 0.18 |
| Hex | 19 | 45 | 17 | 40 | 0 | 43 | 49 | 75 | 32 | 12 |
| Octal | 31 | 105 | 27 | 100 | 0 | 103 | 111 | 165 | 62 | 22 |
| Binary | 11001 | 1000101 | 10111 | 1000000 | 0 | 1000011 | 1001001 | 1110101 | 110010 | 10010 |
Color Harmonies of #194517
Complementary color
Monochromatic Colors of #194517
Black with #194517
Text Example
Text Example
White with #194517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194517; }
p { color: rgb(25,69,23); }
H1.HeaderClassName
{
color: #194517;
}
.AnyTagClassName
{
color: #194517;
}
</style>
background-color css
<style>
a { background-color: #194517; }
a { background-color: rgb(25,69,23); }
div.DivClassName
{
background-color: #194517;
}
.BgClassName
{
background-color: #194517;
}
</style>
border-color css
<style>
span { border-color: #194517; }
span { border-color: rgb(25,69,23); }
td.TdClassName
{
border-color: #194517;
}
.TagClassName
{
border-color: #194517;
}
</style>