Shades of Myrtle #19351A
Tints of Myrtle #19351A
RGB
CMYK
RGB Variations
Color information
#19351A (or 0x19351A) is known color: Myrtle. HEX triplet: 19, 35 and 1A. RGB value is (25,53,26). Sum of RGB (Red+Green+Blue) = 25+53+26=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #19351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19351A is #E6CAE5. Grayscale: #292929. Windows color (decimal): -15125222 or 1717529. OLE color: 1717529.
HSL color Cylindrical-coordinate representation of color #19351A: hue angle of 122.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #19351A is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 26 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.79 |
| HSL | 122.14º | 0.36% | 0.15% | - |
| HSV(B) | 122.14º | 0.53% | 0.21% | - |
| XYZ | 1.86 | 2.83 | 1.42 | - |
| YUV | 41.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 26 | 0.53 | 0 | 0.51 | 0.79 | 122.14 | 0.36 | 0.15 |
| Hex | 19 | 35 | 1A | 35 | 0 | 33 | 4F | 7A | 24 | F |
| Octal | 31 | 65 | 32 | 65 | 0 | 63 | 117 | 172 | 44 | 17 |
| Binary | 11001 | 110101 | 11010 | 110101 | 0 | 110011 | 1001111 | 1111010 | 100100 | 1111 |
Color Harmonies of #19351A
Complementary color
Monochromatic Colors of #19351A
Black with #19351A
Text Example
Text Example
White with #19351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19351A; }
p { color: rgb(25,53,26); }
H1.HeaderClassName
{
color: #19351A;
}
.AnyTagClassName
{
color: #19351A;
}
</style>
background-color css
<style>
a { background-color: #19351A; }
a { background-color: rgb(25,53,26); }
div.DivClassName
{
background-color: #19351A;
}
.BgClassName
{
background-color: #19351A;
}
</style>
border-color css
<style>
span { border-color: #19351A; }
span { border-color: rgb(25,53,26); }
td.TdClassName
{
border-color: #19351A;
}
.TagClassName
{
border-color: #19351A;
}
</style>