Shades of Myrtle #133D01
Tints of Myrtle #133D01
RGB
CMYK
RGB Variations
Color information
#133D01 (or 0x133D01) is known color: Myrtle. HEX triplet: 13, 3D and 01. RGB value is (19,61,1). Sum of RGB (Red+Green+Blue) = 19+61+1=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #133D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D01 is #ECC2FE. Grayscale: #292929. Windows color (decimal): -15516415 or 81171. OLE color: 81171.
HSL color Cylindrical-coordinate representation of color #133D01: hue angle of 102º 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 #133D01 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 1 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.76 |
| HSL | 102º | 0.97% | 0.12% | - |
| HSV(B) | 102º | 0.98% | 0.24% | - |
| XYZ | 1.94 | 3.48 | 0.6 | - |
| YUV | 41.6 | 105.09 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 1 | 0.69 | 0 | 0.98 | 0.76 | 102 | 0.97 | 0.12 |
| Hex | 13 | 3D | 1 | 45 | 0 | 62 | 4C | 66 | 61 | C |
| Octal | 23 | 75 | 1 | 105 | 0 | 142 | 114 | 146 | 141 | 14 |
| Binary | 10011 | 111101 | 1 | 1000101 | 0 | 1100010 | 1001100 | 1100110 | 1100001 | 1100 |
Color Harmonies of #133D01
Complementary color
Monochromatic Colors of #133D01
Black with #133D01
Text Example
Text Example
White with #133D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D01; }
p { color: rgb(19,61,1); }
H1.HeaderClassName
{
color: #133D01;
}
.AnyTagClassName
{
color: #133D01;
}
</style>
background-color css
<style>
a { background-color: #133D01; }
a { background-color: rgb(19,61,1); }
div.DivClassName
{
background-color: #133D01;
}
.BgClassName
{
background-color: #133D01;
}
</style>
border-color css
<style>
span { border-color: #133D01; }
span { border-color: rgb(19,61,1); }
td.TdClassName
{
border-color: #133D01;
}
.TagClassName
{
border-color: #133D01;
}
</style>