Shades of Myrtle #19530B
Tints of Myrtle #19530B
RGB
CMYK
RGB Variations
Color information
#19530B (or 0x19530B) is known color: Myrtle. HEX triplet: 19, 53 and 0B. RGB value is (25,83,11). Sum of RGB (Red+Green+Blue) = 25+83+11=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #19530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19530B is #E6ACF4. Grayscale: #393939. Windows color (decimal): -15117557 or 742169. OLE color: 742169.
HSL color Cylindrical-coordinate representation of color #19530B: hue angle of 108.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19530B is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 11 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.67 |
| HSL | 108.33º | 0.77% | 0.18% | - |
| HSV(B) | 108.33º | 0.87% | 0.33% | - |
| XYZ | 3.55 | 6.42 | 1.37 | - |
| YUV | 57.45 | 101.78 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 11 | 0.70 | 0 | 0.87 | 0.67 | 108.33 | 0.77 | 0.18 |
| Hex | 19 | 53 | B | 46 | 0 | 57 | 43 | 6C | 4D | 12 |
| Octal | 31 | 123 | 13 | 106 | 0 | 127 | 103 | 154 | 115 | 22 |
| Binary | 11001 | 1010011 | 1011 | 1000110 | 0 | 1010111 | 1000011 | 1101100 | 1001101 | 10010 |
Color Harmonies of #19530B
Complementary color
Monochromatic Colors of #19530B
Black with #19530B
Text Example
Text Example
White with #19530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19530B; }
p { color: rgb(25,83,11); }
H1.HeaderClassName
{
color: #19530B;
}
.AnyTagClassName
{
color: #19530B;
}
</style>
background-color css
<style>
a { background-color: #19530B; }
a { background-color: rgb(25,83,11); }
div.DivClassName
{
background-color: #19530B;
}
.BgClassName
{
background-color: #19530B;
}
</style>
border-color css
<style>
span { border-color: #19530B; }
span { border-color: rgb(25,83,11); }
td.TdClassName
{
border-color: #19530B;
}
.TagClassName
{
border-color: #19530B;
}
</style>