Shades of Myrtle #133201
Tints of Myrtle #133201
RGB
CMYK
RGB Variations
Color information
#133201 (or 0x133201) is known color: Myrtle. HEX triplet: 13, 32 and 01. RGB value is (19,50,1). Sum of RGB (Red+Green+Blue) = 19+50+1=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #133201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133201 is #ECCDFE. Grayscale: #232323. Windows color (decimal): -15519231 or 78355. OLE color: 78355.
HSL color Cylindrical-coordinate representation of color #133201: hue angle of 97.96º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #133201 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 1 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.80 |
| HSL | 97.96º | 0.96% | 0.1% | - |
| HSV(B) | 97.96º | 0.98% | 0.2% | - |
| XYZ | 1.41 | 2.42 | 0.42 | - |
| YUV | 35.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 1 | 0.62 | 0 | 0.98 | 0.80 | 97.96 | 0.96 | 0.1 |
| Hex | 13 | 32 | 1 | 3E | 0 | 62 | 50 | 62 | 60 | A |
| Octal | 23 | 62 | 1 | 76 | 0 | 142 | 120 | 142 | 140 | 12 |
| Binary | 10011 | 110010 | 1 | 111110 | 0 | 1100010 | 1010000 | 1100010 | 1100000 | 1010 |
Color Harmonies of #133201
Complementary color
Monochromatic Colors of #133201
Black with #133201
Text Example
Text Example
White with #133201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133201; }
p { color: rgb(19,50,1); }
H1.HeaderClassName
{
color: #133201;
}
.AnyTagClassName
{
color: #133201;
}
</style>
background-color css
<style>
a { background-color: #133201; }
a { background-color: rgb(19,50,1); }
div.DivClassName
{
background-color: #133201;
}
.BgClassName
{
background-color: #133201;
}
</style>
border-color css
<style>
span { border-color: #133201; }
span { border-color: rgb(19,50,1); }
td.TdClassName
{
border-color: #133201;
}
.TagClassName
{
border-color: #133201;
}
</style>