Shades of Myrtle #012403
Tints of Myrtle #012403
RGB
CMYK
RGB Variations
Color information
#012403 (or 0x012403) is known color: Myrtle. HEX triplet: 01, 24 and 03. RGB value is (1,36,3). Sum of RGB (Red+Green+Blue) = 1+36+3=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 36 (14.45% from 255 or 90% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 36 - color contains mainly: green. Hex color #012403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012403 is #FEDBFC. Grayscale: #151515. Windows color (decimal): -16702461 or 205825. OLE color: 205825.
HSL color Cylindrical-coordinate representation of color #012403: hue angle of 123.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012403 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 3 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.86 |
| HSL | 123.43º | 0.95% | 0.07% | - |
| HSV(B) | 123.43º | 0.97% | 0.14% | - |
| XYZ | 0.66 | 1.27 | 0.3 | - |
| YUV | 21.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 3 | 0.97 | 0 | 0.92 | 0.86 | 123.43 | 0.95 | 0.07 |
| Hex | 1 | 24 | 3 | 61 | 0 | 5C | 56 | 7B | 5F | 7 |
| Octal | 1 | 44 | 3 | 141 | 0 | 134 | 126 | 173 | 137 | 7 |
| Binary | 1 | 100100 | 11 | 1100001 | 0 | 1011100 | 1010110 | 1111011 | 1011111 | 111 |
Color Harmonies of #012403
Complementary color
Monochromatic Colors of #012403
Black with #012403
Text Example
Text Example
White with #012403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012403; }
p { color: rgb(1,36,3); }
H1.HeaderClassName
{
color: #012403;
}
.AnyTagClassName
{
color: #012403;
}
</style>
background-color css
<style>
a { background-color: #012403; }
a { background-color: rgb(1,36,3); }
div.DivClassName
{
background-color: #012403;
}
.BgClassName
{
background-color: #012403;
}
</style>
border-color css
<style>
span { border-color: #012403; }
span { border-color: rgb(1,36,3); }
td.TdClassName
{
border-color: #012403;
}
.TagClassName
{
border-color: #012403;
}
</style>