Shades of Myrtle #19350F
Tints of Myrtle #19350F
RGB
CMYK
RGB Variations
Color information
#19350F (or 0x19350F) is known color: Myrtle. HEX triplet: 19, 35 and 0F. RGB value is (25,53,15). Sum of RGB (Red+Green+Blue) = 25+53+15=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #19350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19350F is #E6CAF0. Grayscale: #282828. Windows color (decimal): -15125233 or 996633. OLE color: 996633.
HSL color Cylindrical-coordinate representation of color #19350F: hue angle of 104.21º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19350F is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 15 | - |
| CMYK | 0.53 | 0 | 0.72 | 0.79 |
| HSL | 104.21º | 0.56% | 0.13% | - |
| HSV(B) | 104.21º | 0.72% | 0.21% | - |
| XYZ | 1.76 | 2.79 | 0.9 | - |
| YUV | 40.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 15 | 0.53 | 0 | 0.72 | 0.79 | 104.21 | 0.56 | 0.13 |
| Hex | 19 | 35 | F | 35 | 0 | 48 | 4F | 68 | 38 | D |
| Octal | 31 | 65 | 17 | 65 | 0 | 110 | 117 | 150 | 70 | 15 |
| Binary | 11001 | 110101 | 1111 | 110101 | 0 | 1001000 | 1001111 | 1101000 | 111000 | 1101 |
Color Harmonies of #19350F
Complementary color
Monochromatic Colors of #19350F
Black with #19350F
Text Example
Text Example
White with #19350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19350F; }
p { color: rgb(25,53,15); }
H1.HeaderClassName
{
color: #19350F;
}
.AnyTagClassName
{
color: #19350F;
}
</style>
background-color css
<style>
a { background-color: #19350F; }
a { background-color: rgb(25,53,15); }
div.DivClassName
{
background-color: #19350F;
}
.BgClassName
{
background-color: #19350F;
}
</style>
border-color css
<style>
span { border-color: #19350F; }
span { border-color: rgb(25,53,15); }
td.TdClassName
{
border-color: #19350F;
}
.TagClassName
{
border-color: #19350F;
}
</style>