Shades of Myrtle #19420C
Tints of Myrtle #19420C
RGB
CMYK
RGB Variations
Color information
#19420C (or 0x19420C) is known color: Myrtle. HEX triplet: 19, 42 and 0C. RGB value is (25,66,12). Sum of RGB (Red+Green+Blue) = 25+66+12=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #19420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19420C is #E6BDF3. Grayscale: #2F2F2F. Windows color (decimal): -15121908 or 803353. OLE color: 803353.
HSL color Cylindrical-coordinate representation of color #19420C: hue angle of 105.56º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19420C is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 12 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.74 |
| HSL | 105.56º | 0.69% | 0.15% | - |
| HSV(B) | 105.56º | 0.82% | 0.26% | - |
| XYZ | 2.42 | 4.13 | 1.02 | - |
| YUV | 47.59 | 107.92 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 12 | 0.62 | 0 | 0.82 | 0.74 | 105.56 | 0.69 | 0.15 |
| Hex | 19 | 42 | C | 3E | 0 | 52 | 4A | 6A | 45 | F |
| Octal | 31 | 102 | 14 | 76 | 0 | 122 | 112 | 152 | 105 | 17 |
| Binary | 11001 | 1000010 | 1100 | 111110 | 0 | 1010010 | 1001010 | 1101010 | 1000101 | 1111 |
Color Harmonies of #19420C
Complementary color
Monochromatic Colors of #19420C
Black with #19420C
Text Example
Text Example
White with #19420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19420C; }
p { color: rgb(25,66,12); }
H1.HeaderClassName
{
color: #19420C;
}
.AnyTagClassName
{
color: #19420C;
}
</style>
background-color css
<style>
a { background-color: #19420C; }
a { background-color: rgb(25,66,12); }
div.DivClassName
{
background-color: #19420C;
}
.BgClassName
{
background-color: #19420C;
}
</style>
border-color css
<style>
span { border-color: #19420C; }
span { border-color: rgb(25,66,12); }
td.TdClassName
{
border-color: #19420C;
}
.TagClassName
{
border-color: #19420C;
}
</style>