Shades of Myrtle #134418
Tints of Myrtle #134418
RGB
CMYK
RGB Variations
Color information
#134418 (or 0x134418) is known color: Myrtle. HEX triplet: 13, 44 and 18. RGB value is (19,68,24). Sum of RGB (Red+Green+Blue) = 19+68+24=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #134418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134418 is #ECBBE7. Grayscale: #303030. Windows color (decimal): -15514600 or 1590291. OLE color: 1590291.
HSL color Cylindrical-coordinate representation of color #134418: hue angle of 126.12º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134418 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 24 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.73 |
| HSL | 126.12º | 0.56% | 0.17% | - |
| HSV(B) | 126.12º | 0.72% | 0.27% | - |
| XYZ | 2.5 | 4.34 | 1.57 | - |
| YUV | 48.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 24 | 0.72 | 0 | 0.65 | 0.73 | 126.12 | 0.56 | 0.17 |
| Hex | 13 | 44 | 18 | 48 | 0 | 41 | 49 | 7E | 38 | 11 |
| Octal | 23 | 104 | 30 | 110 | 0 | 101 | 111 | 176 | 70 | 21 |
| Binary | 10011 | 1000100 | 11000 | 1001000 | 0 | 1000001 | 1001001 | 1111110 | 111000 | 10001 |
Color Harmonies of #134418
Complementary color
Monochromatic Colors of #134418
Black with #134418
Text Example
Text Example
White with #134418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134418; }
p { color: rgb(19,68,24); }
H1.HeaderClassName
{
color: #134418;
}
.AnyTagClassName
{
color: #134418;
}
</style>
background-color css
<style>
a { background-color: #134418; }
a { background-color: rgb(19,68,24); }
div.DivClassName
{
background-color: #134418;
}
.BgClassName
{
background-color: #134418;
}
</style>
border-color css
<style>
span { border-color: #134418; }
span { border-color: rgb(19,68,24); }
td.TdClassName
{
border-color: #134418;
}
.TagClassName
{
border-color: #134418;
}
</style>