Shades of Myrtle #19350B
Tints of Myrtle #19350B
RGB
CMYK
RGB Variations
Color information
#19350B (or 0x19350B) is known color: Myrtle. HEX triplet: 19, 35 and 0B. RGB value is (25,53,11). Sum of RGB (Red+Green+Blue) = 25+53+11=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 53 (21.09% from 255 or 59.55% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 53 - color contains mainly: green. Hex color #19350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19350B is #E6CAF4. Grayscale: #272727. Windows color (decimal): -15125237 or 734489. OLE color: 734489.
HSL color Cylindrical-coordinate representation of color #19350B: hue angle of 100º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19350B is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 11 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.79 |
| HSL | 100º | 0.66% | 0.13% | - |
| HSV(B) | 100º | 0.79% | 0.21% | - |
| XYZ | 1.73 | 2.78 | 0.76 | - |
| YUV | 39.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 11 | 0.53 | 0 | 0.79 | 0.79 | 100 | 0.66 | 0.13 |
| Hex | 19 | 35 | B | 35 | 0 | 4F | 4F | 64 | 42 | D |
| Octal | 31 | 65 | 13 | 65 | 0 | 117 | 117 | 144 | 102 | 15 |
| Binary | 11001 | 110101 | 1011 | 110101 | 0 | 1001111 | 1001111 | 1100100 | 1000010 | 1101 |
Color Harmonies of #19350B
Complementary color
Monochromatic Colors of #19350B
Black with #19350B
Text Example
Text Example
White with #19350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19350B; }
p { color: rgb(25,53,11); }
H1.HeaderClassName
{
color: #19350B;
}
.AnyTagClassName
{
color: #19350B;
}
</style>
background-color css
<style>
a { background-color: #19350B; }
a { background-color: rgb(25,53,11); }
div.DivClassName
{
background-color: #19350B;
}
.BgClassName
{
background-color: #19350B;
}
</style>
border-color css
<style>
span { border-color: #19350B; }
span { border-color: rgb(25,53,11); }
td.TdClassName
{
border-color: #19350B;
}
.TagClassName
{
border-color: #19350B;
}
</style>