Shades of Myrtle #134301
Tints of Myrtle #134301
RGB
CMYK
RGB Variations
Color information
#134301 (or 0x134301) is known color: Myrtle. HEX triplet: 13, 43 and 01. RGB value is (19,67,1). Sum of RGB (Red+Green+Blue) = 19+67+1=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 67 (26.56% from 255 or 77.01% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 67 - color contains mainly: green. Hex color #134301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134301 is #ECBCFE. Grayscale: #2D2D2D. Windows color (decimal): -15514879 or 82707. OLE color: 82707.
HSL color Cylindrical-coordinate representation of color #134301: hue angle of 103.64º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #134301 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.74 |
| HSL | 103.64º | 0.97% | 0.13% | - |
| HSV(B) | 103.64º | 0.99% | 0.26% | - |
| XYZ | 2.28 | 4.15 | 0.71 | - |
| YUV | 45.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 1 | 0.72 | 0 | 0.99 | 0.74 | 103.64 | 0.97 | 0.13 |
| Hex | 13 | 43 | 1 | 48 | 0 | 63 | 4A | 68 | 61 | D |
| Octal | 23 | 103 | 1 | 110 | 0 | 143 | 112 | 150 | 141 | 15 |
| Binary | 10011 | 1000011 | 1 | 1001000 | 0 | 1100011 | 1001010 | 1101000 | 1100001 | 1101 |
Color Harmonies of #134301
Complementary color
Monochromatic Colors of #134301
Black with #134301
Text Example
Text Example
White with #134301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134301; }
p { color: rgb(19,67,1); }
H1.HeaderClassName
{
color: #134301;
}
.AnyTagClassName
{
color: #134301;
}
</style>
background-color css
<style>
a { background-color: #134301; }
a { background-color: rgb(19,67,1); }
div.DivClassName
{
background-color: #134301;
}
.BgClassName
{
background-color: #134301;
}
</style>
border-color css
<style>
span { border-color: #134301; }
span { border-color: rgb(19,67,1); }
td.TdClassName
{
border-color: #134301;
}
.TagClassName
{
border-color: #134301;
}
</style>