Shades of Myrtle #13431A
Tints of Myrtle #13431A
RGB
CMYK
RGB Variations
Color information
#13431A (or 0x13431A) is known color: Myrtle. HEX triplet: 13, 43 and 1A. RGB value is (19,67,26). Sum of RGB (Red+Green+Blue) = 19+67+26=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #13431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13431A is #ECBCE5. Grayscale: #303030. Windows color (decimal): -15514854 or 1721107. OLE color: 1721107.
HSL color Cylindrical-coordinate representation of color #13431A: hue angle of 128.75º 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 #13431A is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 26 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.74 |
| HSL | 128.75º | 0.56% | 0.17% | - |
| HSV(B) | 128.75º | 0.72% | 0.26% | - |
| XYZ | 2.46 | 4.23 | 1.66 | - |
| YUV | 47.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 26 | 0.72 | 0 | 0.61 | 0.74 | 128.75 | 0.56 | 0.17 |
| Hex | 13 | 43 | 1A | 48 | 0 | 3D | 4A | 81 | 38 | 11 |
| Octal | 23 | 103 | 32 | 110 | 0 | 75 | 112 | 201 | 70 | 21 |
| Binary | 10011 | 1000011 | 11010 | 1001000 | 0 | 111101 | 1001010 | 10000001 | 111000 | 10001 |
Color Harmonies of #13431A
Complementary color
Monochromatic Colors of #13431A
Black with #13431A
Text Example
Text Example
White with #13431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13431A; }
p { color: rgb(19,67,26); }
H1.HeaderClassName
{
color: #13431A;
}
.AnyTagClassName
{
color: #13431A;
}
</style>
background-color css
<style>
a { background-color: #13431A; }
a { background-color: rgb(19,67,26); }
div.DivClassName
{
background-color: #13431A;
}
.BgClassName
{
background-color: #13431A;
}
</style>
border-color css
<style>
span { border-color: #13431A; }
span { border-color: rgb(19,67,26); }
td.TdClassName
{
border-color: #13431A;
}
.TagClassName
{
border-color: #13431A;
}
</style>