Shades of Myrtle #124203
Tints of Myrtle #124203
RGB
CMYK
RGB Variations
Color information
#124203 (or 0x124203) is known color: Myrtle. HEX triplet: 12, 42 and 03. RGB value is (18,66,3). Sum of RGB (Red+Green+Blue) = 18+66+3=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #124203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124203 is #EDBDFC. Grayscale: #2C2C2C. Windows color (decimal): -15580669 or 213522. OLE color: 213522.
HSL color Cylindrical-coordinate representation of color #124203: hue angle of 105.71º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #124203 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 3 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.74 |
| HSL | 105.71º | 0.91% | 0.14% | - |
| HSV(B) | 105.71º | 0.95% | 0.26% | - |
| XYZ | 2.21 | 4.03 | 0.75 | - |
| YUV | 44.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 3 | 0.73 | 0 | 0.95 | 0.74 | 105.71 | 0.91 | 0.14 |
| Hex | 12 | 42 | 3 | 49 | 0 | 5F | 4A | 6A | 5B | E |
| Octal | 22 | 102 | 3 | 111 | 0 | 137 | 112 | 152 | 133 | 16 |
| Binary | 10010 | 1000010 | 11 | 1001001 | 0 | 1011111 | 1001010 | 1101010 | 1011011 | 1110 |
Color Harmonies of #124203
Complementary color
Monochromatic Colors of #124203
Black with #124203
Text Example
Text Example
White with #124203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124203; }
p { color: rgb(18,66,3); }
H1.HeaderClassName
{
color: #124203;
}
.AnyTagClassName
{
color: #124203;
}
</style>
background-color css
<style>
a { background-color: #124203; }
a { background-color: rgb(18,66,3); }
div.DivClassName
{
background-color: #124203;
}
.BgClassName
{
background-color: #124203;
}
</style>
border-color css
<style>
span { border-color: #124203; }
span { border-color: rgb(18,66,3); }
td.TdClassName
{
border-color: #124203;
}
.TagClassName
{
border-color: #124203;
}
</style>