Shades of Myrtle #134A01
Tints of Myrtle #134A01
RGB
CMYK
RGB Variations
Color information
#134A01 (or 0x134A01) is known color: Myrtle. HEX triplet: 13, 4A and 01. RGB value is (19,74,1). Sum of RGB (Red+Green+Blue) = 19+74+1=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #134A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A01 is #ECB5FE. Grayscale: #313131. Windows color (decimal): -15513087 or 84499. OLE color: 84499.
HSL color Cylindrical-coordinate representation of color #134A01: hue angle of 105.21º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #134A01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 74 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.71 |
| HSL | 105.21º | 0.97% | 0.15% | - |
| HSV(B) | 105.21º | 0.99% | 0.29% | - |
| XYZ | 2.72 | 5.04 | 0.86 | - |
| YUV | 49.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 1 | 0.74 | 0 | 0.99 | 0.71 | 105.21 | 0.97 | 0.15 |
| Hex | 13 | 4A | 1 | 4A | 0 | 63 | 47 | 69 | 61 | F |
| Octal | 23 | 112 | 1 | 112 | 0 | 143 | 107 | 151 | 141 | 17 |
| Binary | 10011 | 1001010 | 1 | 1001010 | 0 | 1100011 | 1000111 | 1101001 | 1100001 | 1111 |
Color Harmonies of #134A01
Complementary color
Monochromatic Colors of #134A01
Black with #134A01
Text Example
Text Example
White with #134A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A01; }
p { color: rgb(19,74,1); }
H1.HeaderClassName
{
color: #134A01;
}
.AnyTagClassName
{
color: #134A01;
}
</style>
background-color css
<style>
a { background-color: #134A01; }
a { background-color: rgb(19,74,1); }
div.DivClassName
{
background-color: #134A01;
}
.BgClassName
{
background-color: #134A01;
}
</style>
border-color css
<style>
span { border-color: #134A01; }
span { border-color: rgb(19,74,1); }
td.TdClassName
{
border-color: #134A01;
}
.TagClassName
{
border-color: #134A01;
}
</style>