Shades of Myrtle #19600C
Tints of Myrtle #19600C
RGB
CMYK
RGB Variations
Color information
#19600C (or 0x19600C) is known color: Myrtle. HEX triplet: 19, 60 and 0C. RGB value is (25,96,12). Sum of RGB (Red+Green+Blue) = 25+96+12=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #19600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19600C is #E69FF3. Grayscale: #414141. Windows color (decimal): -15114228 or 811033. OLE color: 811033.
HSL color Cylindrical-coordinate representation of color #19600C: hue angle of 110.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19600C is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 12 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.62 |
| HSL | 110.71º | 0.78% | 0.21% | - |
| HSV(B) | 110.71º | 0.88% | 0.38% | - |
| XYZ | 4.65 | 8.6 | 1.76 | - |
| YUV | 65.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 12 | 0.74 | 0 | 0.88 | 0.62 | 110.71 | 0.78 | 0.21 |
| Hex | 19 | 60 | C | 4A | 0 | 58 | 3E | 6F | 4E | 15 |
| Octal | 31 | 140 | 14 | 112 | 0 | 130 | 76 | 157 | 116 | 25 |
| Binary | 11001 | 1100000 | 1100 | 1001010 | 0 | 1011000 | 111110 | 1101111 | 1001110 | 10101 |
Color Harmonies of #19600C
Complementary color
Monochromatic Colors of #19600C
Black with #19600C
Text Example
Text Example
White with #19600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19600C; }
p { color: rgb(25,96,12); }
H1.HeaderClassName
{
color: #19600C;
}
.AnyTagClassName
{
color: #19600C;
}
</style>
background-color css
<style>
a { background-color: #19600C; }
a { background-color: rgb(25,96,12); }
div.DivClassName
{
background-color: #19600C;
}
.BgClassName
{
background-color: #19600C;
}
</style>
border-color css
<style>
span { border-color: #19600C; }
span { border-color: rgb(25,96,12); }
td.TdClassName
{
border-color: #19600C;
}
.TagClassName
{
border-color: #19600C;
}
</style>