Shades of Myrtle #114B01
Tints of Myrtle #114B01
RGB
CMYK
RGB Variations
Color information
#114B01 (or 0x114B01) is known color: Myrtle. HEX triplet: 11, 4B and 01. RGB value is (17,75,1). Sum of RGB (Red+Green+Blue) = 17+75+1=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 75 (29.69% from 255 or 80.65% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 75 - color contains mainly: green. Hex color #114B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114B01 is #EEB4FE. Grayscale: #313131. Windows color (decimal): -15643903 or 84753. OLE color: 84753.
HSL color Cylindrical-coordinate representation of color #114B01: hue angle of 107.03º 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 #114B01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.71 |
| HSL | 107.03º | 0.97% | 0.15% | - |
| HSV(B) | 107.03º | 0.99% | 0.29% | - |
| XYZ | 2.75 | 5.15 | 0.88 | - |
| YUV | 49.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 1 | 0.77 | 0 | 0.99 | 0.71 | 107.03 | 0.97 | 0.15 |
| Hex | 11 | 4B | 1 | 4D | 0 | 63 | 47 | 6B | 61 | F |
| Octal | 21 | 113 | 1 | 115 | 0 | 143 | 107 | 153 | 141 | 17 |
| Binary | 10001 | 1001011 | 1 | 1001101 | 0 | 1100011 | 1000111 | 1101011 | 1100001 | 1111 |
Color Harmonies of #114B01
Complementary color
Monochromatic Colors of #114B01
Black with #114B01
Text Example
Text Example
White with #114B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B01; }
p { color: rgb(17,75,1); }
H1.HeaderClassName
{
color: #114B01;
}
.AnyTagClassName
{
color: #114B01;
}
</style>
background-color css
<style>
a { background-color: #114B01; }
a { background-color: rgb(17,75,1); }
div.DivClassName
{
background-color: #114B01;
}
.BgClassName
{
background-color: #114B01;
}
</style>
border-color css
<style>
span { border-color: #114B01; }
span { border-color: rgb(17,75,1); }
td.TdClassName
{
border-color: #114B01;
}
.TagClassName
{
border-color: #114B01;
}
</style>