Shades of Myrtle #19450A
Tints of Myrtle #19450A
RGB
CMYK
RGB Variations
Color information
#19450A (or 0x19450A) is known color: Myrtle. HEX triplet: 19, 45 and 0A. RGB value is (25,69,10). Sum of RGB (Red+Green+Blue) = 25+69+10=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #19450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19450A is #E6BAF5. Grayscale: #313131. Windows color (decimal): -15121142 or 673049. OLE color: 673049.
HSL color Cylindrical-coordinate representation of color #19450A: hue angle of 104.75º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19450A is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 10 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.73 |
| HSL | 104.75º | 0.75% | 0.15% | - |
| HSV(B) | 104.75º | 0.86% | 0.27% | - |
| XYZ | 2.58 | 4.48 | 1.02 | - |
| YUV | 49.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 10 | 0.64 | 0 | 0.86 | 0.73 | 104.75 | 0.75 | 0.15 |
| Hex | 19 | 45 | A | 40 | 0 | 56 | 49 | 69 | 4B | F |
| Octal | 31 | 105 | 12 | 100 | 0 | 126 | 111 | 151 | 113 | 17 |
| Binary | 11001 | 1000101 | 1010 | 1000000 | 0 | 1010110 | 1001001 | 1101001 | 1001011 | 1111 |
Color Harmonies of #19450A
Complementary color
Monochromatic Colors of #19450A
Black with #19450A
Text Example
Text Example
White with #19450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19450A; }
p { color: rgb(25,69,10); }
H1.HeaderClassName
{
color: #19450A;
}
.AnyTagClassName
{
color: #19450A;
}
</style>
background-color css
<style>
a { background-color: #19450A; }
a { background-color: rgb(25,69,10); }
div.DivClassName
{
background-color: #19450A;
}
.BgClassName
{
background-color: #19450A;
}
</style>
border-color css
<style>
span { border-color: #19450A; }
span { border-color: rgb(25,69,10); }
td.TdClassName
{
border-color: #19450A;
}
.TagClassName
{
border-color: #19450A;
}
</style>