Shades of Myrtle #19450C
Tints of Myrtle #19450C
RGB
CMYK
RGB Variations
Color information
#19450C (or 0x19450C) is known color: Myrtle. HEX triplet: 19, 45 and 0C. RGB value is (25,69,12). Sum of RGB (Red+Green+Blue) = 25+69+12=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #19450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19450C is #E6BAF3. Grayscale: #313131. Windows color (decimal): -15121140 or 804121. OLE color: 804121.
HSL color Cylindrical-coordinate representation of color #19450C: hue angle of 106.32º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19450C is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 69 | 12 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.73 |
| HSL | 106.32º | 0.7% | 0.16% | - |
| HSV(B) | 106.32º | 0.83% | 0.27% | - |
| XYZ | 2.6 | 4.49 | 1.08 | - |
| YUV | 49.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 12 | 0.64 | 0 | 0.83 | 0.73 | 106.32 | 0.7 | 0.16 |
| Hex | 19 | 45 | C | 40 | 0 | 53 | 49 | 6A | 46 | 10 |
| Octal | 31 | 105 | 14 | 100 | 0 | 123 | 111 | 152 | 106 | 20 |
| Binary | 11001 | 1000101 | 1100 | 1000000 | 0 | 1010011 | 1001001 | 1101010 | 1000110 | 10000 |
Color Harmonies of #19450C
Complementary color
Monochromatic Colors of #19450C
Black with #19450C
Text Example
Text Example
White with #19450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19450C; }
p { color: rgb(25,69,12); }
H1.HeaderClassName
{
color: #19450C;
}
.AnyTagClassName
{
color: #19450C;
}
</style>
background-color css
<style>
a { background-color: #19450C; }
a { background-color: rgb(25,69,12); }
div.DivClassName
{
background-color: #19450C;
}
.BgClassName
{
background-color: #19450C;
}
</style>
border-color css
<style>
span { border-color: #19450C; }
span { border-color: rgb(25,69,12); }
td.TdClassName
{
border-color: #19450C;
}
.TagClassName
{
border-color: #19450C;
}
</style>