Shades of Myrtle #19530F
Tints of Myrtle #19530F
RGB
CMYK
RGB Variations
Color information
#19530F (or 0x19530F) is known color: Myrtle. HEX triplet: 19, 53 and 0F. RGB value is (25,83,15). Sum of RGB (Red+Green+Blue) = 25+83+15=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #19530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19530F is #E6ACF0. Grayscale: #3A3A3A. Windows color (decimal): -15117553 or 1004313. OLE color: 1004313.
HSL color Cylindrical-coordinate representation of color #19530F: hue angle of 111.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19530F is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 15 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.67 |
| HSL | 111.18º | 0.69% | 0.19% | - |
| HSV(B) | 111.18º | 0.82% | 0.33% | - |
| XYZ | 3.58 | 6.43 | 1.5 | - |
| YUV | 57.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 15 | 0.70 | 0 | 0.82 | 0.67 | 111.18 | 0.69 | 0.19 |
| Hex | 19 | 53 | F | 46 | 0 | 52 | 43 | 6F | 45 | 13 |
| Octal | 31 | 123 | 17 | 106 | 0 | 122 | 103 | 157 | 105 | 23 |
| Binary | 11001 | 1010011 | 1111 | 1000110 | 0 | 1010010 | 1000011 | 1101111 | 1000101 | 10011 |
Color Harmonies of #19530F
Complementary color
Monochromatic Colors of #19530F
Black with #19530F
Text Example
Text Example
White with #19530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19530F; }
p { color: rgb(25,83,15); }
H1.HeaderClassName
{
color: #19530F;
}
.AnyTagClassName
{
color: #19530F;
}
</style>
background-color css
<style>
a { background-color: #19530F; }
a { background-color: rgb(25,83,15); }
div.DivClassName
{
background-color: #19530F;
}
.BgClassName
{
background-color: #19530F;
}
</style>
border-color css
<style>
span { border-color: #19530F; }
span { border-color: rgb(25,83,15); }
td.TdClassName
{
border-color: #19530F;
}
.TagClassName
{
border-color: #19530F;
}
</style>