Shades of Myrtle #133A02
Tints of Myrtle #133A02
RGB
CMYK
RGB Variations
Color information
#133A02 (or 0x133A02) is known color: Myrtle. HEX triplet: 13, 3A and 02. RGB value is (19,58,2). Sum of RGB (Red+Green+Blue) = 19+58+2=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #133A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A02 is #ECC5FD. Grayscale: #282828. Windows color (decimal): -15517182 or 145939. OLE color: 145939.
HSL color Cylindrical-coordinate representation of color #133A02: hue angle of 101.79º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #133A02 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 2 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.77 |
| HSL | 101.79º | 0.93% | 0.12% | - |
| HSV(B) | 101.79º | 0.97% | 0.23% | - |
| XYZ | 1.79 | 3.17 | 0.57 | - |
| YUV | 39.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 2 | 0.67 | 0 | 0.97 | 0.77 | 101.79 | 0.93 | 0.12 |
| Hex | 13 | 3A | 2 | 43 | 0 | 61 | 4D | 66 | 5D | C |
| Octal | 23 | 72 | 2 | 103 | 0 | 141 | 115 | 146 | 135 | 14 |
| Binary | 10011 | 111010 | 10 | 1000011 | 0 | 1100001 | 1001101 | 1100110 | 1011101 | 1100 |
Color Harmonies of #133A02
Complementary color
Monochromatic Colors of #133A02
Black with #133A02
Text Example
Text Example
White with #133A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A02; }
p { color: rgb(19,58,2); }
H1.HeaderClassName
{
color: #133A02;
}
.AnyTagClassName
{
color: #133A02;
}
</style>
background-color css
<style>
a { background-color: #133A02; }
a { background-color: rgb(19,58,2); }
div.DivClassName
{
background-color: #133A02;
}
.BgClassName
{
background-color: #133A02;
}
</style>
border-color css
<style>
span { border-color: #133A02; }
span { border-color: rgb(19,58,2); }
td.TdClassName
{
border-color: #133A02;
}
.TagClassName
{
border-color: #133A02;
}
</style>