Shades of Myrtle #192518
Tints of Myrtle #192518
RGB
CMYK
RGB Variations
Color information
#192518 (or 0x192518) is known color: Myrtle. HEX triplet: 19, 25 and 18. RGB value is (25,37,24). Sum of RGB (Red+Green+Blue) = 25+37+24=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #192518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192518 is #E6DAE7. Grayscale: #1F1F1F. Windows color (decimal): -15129320 or 1582361. OLE color: 1582361.
HSL color Cylindrical-coordinate representation of color #192518: hue angle of 115.38º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #192518 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 37 | 24 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.85 |
| HSL | 115.38º | 0.21% | 0.12% | - |
| HSV(B) | 115.38º | 0.35% | 0.15% | - |
| XYZ | 1.23 | 1.6 | 1.11 | - |
| YUV | 31.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 24 | 0.32 | 0 | 0.35 | 0.85 | 115.38 | 0.21 | 0.12 |
| Hex | 19 | 25 | 18 | 20 | 0 | 23 | 55 | 73 | 15 | C |
| Octal | 31 | 45 | 30 | 40 | 0 | 43 | 125 | 163 | 25 | 14 |
| Binary | 11001 | 100101 | 11000 | 100000 | 0 | 100011 | 1010101 | 1110011 | 10101 | 1100 |
Color Harmonies of #192518
Complementary color
Monochromatic Colors of #192518
Black with #192518
Text Example
Text Example
White with #192518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192518; }
p { color: rgb(25,37,24); }
H1.HeaderClassName
{
color: #192518;
}
.AnyTagClassName
{
color: #192518;
}
</style>
background-color css
<style>
a { background-color: #192518; }
a { background-color: rgb(25,37,24); }
div.DivClassName
{
background-color: #192518;
}
.BgClassName
{
background-color: #192518;
}
</style>
border-color css
<style>
span { border-color: #192518; }
span { border-color: rgb(25,37,24); }
td.TdClassName
{
border-color: #192518;
}
.TagClassName
{
border-color: #192518;
}
</style>