Shades of Myrtle #134B01
Tints of Myrtle #134B01
RGB
CMYK
RGB Variations
Color information
#134B01 (or 0x134B01) is known color: Myrtle. HEX triplet: 13, 4B and 01. RGB value is (19,75,1). Sum of RGB (Red+Green+Blue) = 19+75+1=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 75 (29.69% from 255 or 78.95% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 75 - color contains mainly: green. Hex color #134B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B01 is #ECB4FE. Grayscale: #323232. Windows color (decimal): -15512831 or 84755. OLE color: 84755.
HSL color Cylindrical-coordinate representation of color #134B01: hue angle of 105.41º 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 #134B01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 75 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.71 |
| HSL | 105.41º | 0.97% | 0.15% | - |
| HSV(B) | 105.41º | 0.99% | 0.29% | - |
| XYZ | 2.79 | 5.17 | 0.88 | - |
| YUV | 49.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 1 | 0.75 | 0 | 0.99 | 0.71 | 105.41 | 0.97 | 0.15 |
| Hex | 13 | 4B | 1 | 4B | 0 | 63 | 47 | 69 | 61 | F |
| Octal | 23 | 113 | 1 | 113 | 0 | 143 | 107 | 151 | 141 | 17 |
| Binary | 10011 | 1001011 | 1 | 1001011 | 0 | 1100011 | 1000111 | 1101001 | 1100001 | 1111 |
Color Harmonies of #134B01
Complementary color
Monochromatic Colors of #134B01
Black with #134B01
Text Example
Text Example
White with #134B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B01; }
p { color: rgb(19,75,1); }
H1.HeaderClassName
{
color: #134B01;
}
.AnyTagClassName
{
color: #134B01;
}
</style>
background-color css
<style>
a { background-color: #134B01; }
a { background-color: rgb(19,75,1); }
div.DivClassName
{
background-color: #134B01;
}
.BgClassName
{
background-color: #134B01;
}
</style>
border-color css
<style>
span { border-color: #134B01; }
span { border-color: rgb(19,75,1); }
td.TdClassName
{
border-color: #134B01;
}
.TagClassName
{
border-color: #134B01;
}
</style>