Shades of Myrtle #19421F
Tints of Myrtle #19421F
RGB
CMYK
RGB Variations
Color information
#19421F (or 0x19421F) is known color: Myrtle. HEX triplet: 19, 42 and 1F. RGB value is (25,66,31). Sum of RGB (Red+Green+Blue) = 25+66+31=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #19421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19421F is #E6BDE0. Grayscale: #313131. Windows color (decimal): -15121889 or 2048537. OLE color: 2048537.
HSL color Cylindrical-coordinate representation of color #19421F: hue angle of 128.78º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19421F is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 31 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.74 |
| HSL | 128.78º | 0.45% | 0.18% | - |
| HSV(B) | 128.78º | 0.62% | 0.26% | - |
| XYZ | 2.6 | 4.2 | 1.97 | - |
| YUV | 49.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 31 | 0.62 | 0 | 0.53 | 0.74 | 128.78 | 0.45 | 0.18 |
| Hex | 19 | 42 | 1F | 3E | 0 | 35 | 4A | 81 | 2D | 12 |
| Octal | 31 | 102 | 37 | 76 | 0 | 65 | 112 | 201 | 55 | 22 |
| Binary | 11001 | 1000010 | 11111 | 111110 | 0 | 110101 | 1001010 | 10000001 | 101101 | 10010 |
Color Harmonies of #19421F
Complementary color
Monochromatic Colors of #19421F
Black with #19421F
Text Example
Text Example
White with #19421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19421F; }
p { color: rgb(25,66,31); }
H1.HeaderClassName
{
color: #19421F;
}
.AnyTagClassName
{
color: #19421F;
}
</style>
background-color css
<style>
a { background-color: #19421F; }
a { background-color: rgb(25,66,31); }
div.DivClassName
{
background-color: #19421F;
}
.BgClassName
{
background-color: #19421F;
}
</style>
border-color css
<style>
span { border-color: #19421F; }
span { border-color: rgb(25,66,31); }
td.TdClassName
{
border-color: #19421F;
}
.TagClassName
{
border-color: #19421F;
}
</style>