Shades of Myrtle #13240F
Tints of Myrtle #13240F
RGB
CMYK
RGB Variations
Color information
#13240F (or 0x13240F) is known color: Myrtle. HEX triplet: 13, 24 and 0F. RGB value is (19,36,15). Sum of RGB (Red+Green+Blue) = 19+36+15=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 36 (14.45% from 255 or 51.43% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 36 - color contains mainly: green. Hex color #13240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13240F is #ECDBF0. Grayscale: #1C1C1C. Windows color (decimal): -15522801 or 992275. OLE color: 992275.
HSL color Cylindrical-coordinate representation of color #13240F: hue angle of 108.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13240F is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 15 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.86 |
| HSL | 108.57º | 0.41% | 0.1% | - |
| HSV(B) | 108.57º | 0.58% | 0.14% | - |
| XYZ | 0.99 | 1.43 | 0.68 | - |
| YUV | 28.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 15 | 0.47 | 0 | 0.58 | 0.86 | 108.57 | 0.41 | 0.1 |
| Hex | 13 | 24 | F | 2F | 0 | 3A | 56 | 6D | 29 | A |
| Octal | 23 | 44 | 17 | 57 | 0 | 72 | 126 | 155 | 51 | 12 |
| Binary | 10011 | 100100 | 1111 | 101111 | 0 | 111010 | 1010110 | 1101101 | 101001 | 1010 |
Color Harmonies of #13240F
Complementary color
Monochromatic Colors of #13240F
Black with #13240F
Text Example
Text Example
White with #13240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13240F; }
p { color: rgb(19,36,15); }
H1.HeaderClassName
{
color: #13240F;
}
.AnyTagClassName
{
color: #13240F;
}
</style>
background-color css
<style>
a { background-color: #13240F; }
a { background-color: rgb(19,36,15); }
div.DivClassName
{
background-color: #13240F;
}
.BgClassName
{
background-color: #13240F;
}
</style>
border-color css
<style>
span { border-color: #13240F; }
span { border-color: rgb(19,36,15); }
td.TdClassName
{
border-color: #13240F;
}
.TagClassName
{
border-color: #13240F;
}
</style>