Shades of Myrtle #133C16
Tints of Myrtle #133C16
RGB
CMYK
RGB Variations
Color information
#133C16 (or 0x133C16) is known color: Myrtle. HEX triplet: 13, 3C and 16. RGB value is (19,60,22). Sum of RGB (Red+Green+Blue) = 19+60+22=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #133C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133C16 is #ECC3E9. Grayscale: #2B2B2B. Windows color (decimal): -15516650 or 1457171. OLE color: 1457171.
HSL color Cylindrical-coordinate representation of color #133C16: hue angle of 124.39º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133C16 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 60 | 22 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.76 |
| HSL | 124.39º | 0.52% | 0.15% | - |
| HSV(B) | 124.39º | 0.68% | 0.24% | - |
| XYZ | 2.03 | 3.43 | 1.31 | - |
| YUV | 43.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 22 | 0.68 | 0 | 0.63 | 0.76 | 124.39 | 0.52 | 0.15 |
| Hex | 13 | 3C | 16 | 44 | 0 | 3F | 4C | 7C | 34 | F |
| Octal | 23 | 74 | 26 | 104 | 0 | 77 | 114 | 174 | 64 | 17 |
| Binary | 10011 | 111100 | 10110 | 1000100 | 0 | 111111 | 1001100 | 1111100 | 110100 | 1111 |
Color Harmonies of #133C16
Complementary color
Monochromatic Colors of #133C16
Black with #133C16
Text Example
Text Example
White with #133C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C16; }
p { color: rgb(19,60,22); }
H1.HeaderClassName
{
color: #133C16;
}
.AnyTagClassName
{
color: #133C16;
}
</style>
background-color css
<style>
a { background-color: #133C16; }
a { background-color: rgb(19,60,22); }
div.DivClassName
{
background-color: #133C16;
}
.BgClassName
{
background-color: #133C16;
}
</style>
border-color css
<style>
span { border-color: #133C16; }
span { border-color: rgb(19,60,22); }
td.TdClassName
{
border-color: #133C16;
}
.TagClassName
{
border-color: #133C16;
}
</style>