Shades of Myrtle #13430C
Tints of Myrtle #13430C
RGB
CMYK
RGB Variations
Color information
#13430C (or 0x13430C) is known color: Myrtle. HEX triplet: 13, 43 and 0C. RGB value is (19,67,12). Sum of RGB (Red+Green+Blue) = 19+67+12=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #13430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13430C is #ECBCF3. Grayscale: #2E2E2E. Windows color (decimal): -15514868 or 803603. OLE color: 803603.
HSL color Cylindrical-coordinate representation of color #13430C: hue angle of 112.36º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13430C is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 12 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.74 |
| HSL | 112.36º | 0.7% | 0.15% | - |
| HSV(B) | 112.36º | 0.82% | 0.26% | - |
| XYZ | 2.34 | 4.18 | 1.03 | - |
| YUV | 46.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 12 | 0.72 | 0 | 0.82 | 0.74 | 112.36 | 0.7 | 0.15 |
| Hex | 13 | 43 | C | 48 | 0 | 52 | 4A | 70 | 46 | F |
| Octal | 23 | 103 | 14 | 110 | 0 | 122 | 112 | 160 | 106 | 17 |
| Binary | 10011 | 1000011 | 1100 | 1001000 | 0 | 1010010 | 1001010 | 1110000 | 1000110 | 1111 |
Color Harmonies of #13430C
Complementary color
Monochromatic Colors of #13430C
Black with #13430C
Text Example
Text Example
White with #13430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13430C; }
p { color: rgb(19,67,12); }
H1.HeaderClassName
{
color: #13430C;
}
.AnyTagClassName
{
color: #13430C;
}
</style>
background-color css
<style>
a { background-color: #13430C; }
a { background-color: rgb(19,67,12); }
div.DivClassName
{
background-color: #13430C;
}
.BgClassName
{
background-color: #13430C;
}
</style>
border-color css
<style>
span { border-color: #13430C; }
span { border-color: rgb(19,67,12); }
td.TdClassName
{
border-color: #13430C;
}
.TagClassName
{
border-color: #13430C;
}
</style>