Shades of Myrtle #134319
Tints of Myrtle #134319
RGB
CMYK
RGB Variations
Color information
#134319 (or 0x134319) is known color: Myrtle. HEX triplet: 13, 43 and 19. RGB value is (19,67,25). Sum of RGB (Red+Green+Blue) = 19+67+25=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #134319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134319 is #ECBCE6. Grayscale: #2F2F2F. Windows color (decimal): -15514855 or 1655571. OLE color: 1655571.
HSL color Cylindrical-coordinate representation of color #134319: hue angle of 127.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134319 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 25 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.74 |
| HSL | 127.5º | 0.56% | 0.17% | - |
| HSV(B) | 127.5º | 0.72% | 0.26% | - |
| XYZ | 2.45 | 4.22 | 1.61 | - |
| YUV | 47.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 25 | 0.72 | 0 | 0.63 | 0.74 | 127.5 | 0.56 | 0.17 |
| Hex | 13 | 43 | 19 | 48 | 0 | 3F | 4A | 80 | 38 | 11 |
| Octal | 23 | 103 | 31 | 110 | 0 | 77 | 112 | 200 | 70 | 21 |
| Binary | 10011 | 1000011 | 11001 | 1001000 | 0 | 111111 | 1001010 | 10000000 | 111000 | 10001 |
Color Harmonies of #134319
Complementary color
Monochromatic Colors of #134319
Black with #134319
Text Example
Text Example
White with #134319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134319; }
p { color: rgb(19,67,25); }
H1.HeaderClassName
{
color: #134319;
}
.AnyTagClassName
{
color: #134319;
}
</style>
background-color css
<style>
a { background-color: #134319; }
a { background-color: rgb(19,67,25); }
div.DivClassName
{
background-color: #134319;
}
.BgClassName
{
background-color: #134319;
}
</style>
border-color css
<style>
span { border-color: #134319; }
span { border-color: rgb(19,67,25); }
td.TdClassName
{
border-color: #134319;
}
.TagClassName
{
border-color: #134319;
}
</style>