Shades of Myrtle #194313
Tints of Myrtle #194313
RGB
CMYK
RGB Variations
Color information
#194313 (or 0x194313) is known color: Myrtle. HEX triplet: 19, 43 and 13. RGB value is (25,67,19). Sum of RGB (Red+Green+Blue) = 25+67+19=111 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.52% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #194313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194313 is #E6BCEC. Grayscale: #313131. Windows color (decimal): -15121645 or 1262361. OLE color: 1262361.
HSL color Cylindrical-coordinate representation of color #194313: hue angle of 112.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194313 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 67 | 19 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.74 |
| HSL | 112.5º | 0.56% | 0.17% | - |
| HSV(B) | 112.5º | 0.72% | 0.26% | - |
| XYZ | 2.53 | 4.27 | 1.31 | - |
| YUV | 48.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 19 | 0.63 | 0 | 0.72 | 0.74 | 112.5 | 0.56 | 0.17 |
| Hex | 19 | 43 | 13 | 3F | 0 | 48 | 4A | 70 | 38 | 11 |
| Octal | 31 | 103 | 23 | 77 | 0 | 110 | 112 | 160 | 70 | 21 |
| Binary | 11001 | 1000011 | 10011 | 111111 | 0 | 1001000 | 1001010 | 1110000 | 111000 | 10001 |
Color Harmonies of #194313
Complementary color
Monochromatic Colors of #194313
Black with #194313
Text Example
Text Example
White with #194313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194313; }
p { color: rgb(25,67,19); }
H1.HeaderClassName
{
color: #194313;
}
.AnyTagClassName
{
color: #194313;
}
</style>
background-color css
<style>
a { background-color: #194313; }
a { background-color: rgb(25,67,19); }
div.DivClassName
{
background-color: #194313;
}
.BgClassName
{
background-color: #194313;
}
</style>
border-color css
<style>
span { border-color: #194313; }
span { border-color: rgb(25,67,19); }
td.TdClassName
{
border-color: #194313;
}
.TagClassName
{
border-color: #194313;
}
</style>