Shades of Myrtle #133C01
Tints of Myrtle #133C01
RGB
CMYK
RGB Variations
Color information
#133C01 (or 0x133C01) is known color: Myrtle. HEX triplet: 13, 3C and 01. RGB value is (19,60,1). Sum of RGB (Red+Green+Blue) = 19+60+1=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 60 (23.83% from 255 or 75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 60 - color contains mainly: green. Hex color #133C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133C01 is #ECC3FE. Grayscale: #292929. Windows color (decimal): -15516671 or 80915. OLE color: 80915.
HSL color Cylindrical-coordinate representation of color #133C01: hue angle of 101.69º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #133C01 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 60 | 1 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.76 |
| HSL | 101.69º | 0.97% | 0.12% | - |
| HSV(B) | 101.69º | 0.98% | 0.24% | - |
| XYZ | 1.89 | 3.37 | 0.58 | - |
| YUV | 41.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 1 | 0.68 | 0 | 0.98 | 0.76 | 101.69 | 0.97 | 0.12 |
| Hex | 13 | 3C | 1 | 44 | 0 | 62 | 4C | 66 | 61 | C |
| Octal | 23 | 74 | 1 | 104 | 0 | 142 | 114 | 146 | 141 | 14 |
| Binary | 10011 | 111100 | 1 | 1000100 | 0 | 1100010 | 1001100 | 1100110 | 1100001 | 1100 |
Color Harmonies of #133C01
Complementary color
Monochromatic Colors of #133C01
Black with #133C01
Text Example
Text Example
White with #133C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C01; }
p { color: rgb(19,60,1); }
H1.HeaderClassName
{
color: #133C01;
}
.AnyTagClassName
{
color: #133C01;
}
</style>
background-color css
<style>
a { background-color: #133C01; }
a { background-color: rgb(19,60,1); }
div.DivClassName
{
background-color: #133C01;
}
.BgClassName
{
background-color: #133C01;
}
</style>
border-color css
<style>
span { border-color: #133C01; }
span { border-color: rgb(19,60,1); }
td.TdClassName
{
border-color: #133C01;
}
.TagClassName
{
border-color: #133C01;
}
</style>