Shades of Myrtle #13270A
Tints of Myrtle #13270A
RGB
CMYK
RGB Variations
Color information
#13270A (or 0x13270A) is known color: Myrtle. HEX triplet: 13, 27 and 0A. RGB value is (19,39,10). Sum of RGB (Red+Green+Blue) = 19+39+10=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #13270A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13270A is #ECD8F5. Grayscale: #1D1D1D. Windows color (decimal): -15522038 or 665363. OLE color: 665363.
HSL color Cylindrical-coordinate representation of color #13270A: hue angle of 101.38º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13270A is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 10 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.85 |
| HSL | 101.38º | 0.59% | 0.1% | - |
| HSV(B) | 101.38º | 0.74% | 0.15% | - |
| XYZ | 1.05 | 1.61 | 0.54 | - |
| YUV | 29.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 10 | 0.51 | 0 | 0.74 | 0.85 | 101.38 | 0.59 | 0.1 |
| Hex | 13 | 27 | A | 33 | 0 | 4A | 55 | 65 | 3B | A |
| Octal | 23 | 47 | 12 | 63 | 0 | 112 | 125 | 145 | 73 | 12 |
| Binary | 10011 | 100111 | 1010 | 110011 | 0 | 1001010 | 1010101 | 1100101 | 111011 | 1010 |
Color Harmonies of #13270A
Complementary color
Monochromatic Colors of #13270A
Black with #13270A
Text Example
Text Example
White with #13270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13270A; }
p { color: rgb(19,39,10); }
H1.HeaderClassName
{
color: #13270A;
}
.AnyTagClassName
{
color: #13270A;
}
</style>
background-color css
<style>
a { background-color: #13270A; }
a { background-color: rgb(19,39,10); }
div.DivClassName
{
background-color: #13270A;
}
.BgClassName
{
background-color: #13270A;
}
</style>
border-color css
<style>
span { border-color: #13270A; }
span { border-color: rgb(19,39,10); }
td.TdClassName
{
border-color: #13270A;
}
.TagClassName
{
border-color: #13270A;
}
</style>