Shades of Myrtle #123B01
Tints of Myrtle #123B01
RGB
CMYK
RGB Variations
Color information
#123B01 (or 0x123B01) is known color: Myrtle. HEX triplet: 12, 3B and 01. RGB value is (18,59,1). Sum of RGB (Red+Green+Blue) = 18+59+1=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #123B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123B01 is #EDC4FE. Grayscale: #282828. Windows color (decimal): -15582463 or 80658. OLE color: 80658.
HSL color Cylindrical-coordinate representation of color #123B01: hue angle of 102.41º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #123B01 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 59 | 1 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.77 |
| HSL | 102.41º | 0.97% | 0.12% | - |
| HSV(B) | 102.41º | 0.98% | 0.23% | - |
| XYZ | 1.82 | 3.26 | 0.56 | - |
| YUV | 40.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 1 | 0.69 | 0 | 0.98 | 0.77 | 102.41 | 0.97 | 0.12 |
| Hex | 12 | 3B | 1 | 45 | 0 | 62 | 4D | 66 | 61 | C |
| Octal | 22 | 73 | 1 | 105 | 0 | 142 | 115 | 146 | 141 | 14 |
| Binary | 10010 | 111011 | 1 | 1000101 | 0 | 1100010 | 1001101 | 1100110 | 1100001 | 1100 |
Color Harmonies of #123B01
Complementary color
Monochromatic Colors of #123B01
Black with #123B01
Text Example
Text Example
White with #123B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B01; }
p { color: rgb(18,59,1); }
H1.HeaderClassName
{
color: #123B01;
}
.AnyTagClassName
{
color: #123B01;
}
</style>
background-color css
<style>
a { background-color: #123B01; }
a { background-color: rgb(18,59,1); }
div.DivClassName
{
background-color: #123B01;
}
.BgClassName
{
background-color: #123B01;
}
</style>
border-color css
<style>
span { border-color: #123B01; }
span { border-color: rgb(18,59,1); }
td.TdClassName
{
border-color: #123B01;
}
.TagClassName
{
border-color: #123B01;
}
</style>