Shades of Myrtle #12320C
Tints of Myrtle #12320C
RGB
CMYK
RGB Variations
Color information
#12320C (or 0x12320C) is known color: Myrtle. HEX triplet: 12, 32 and 0C. RGB value is (18,50,12). Sum of RGB (Red+Green+Blue) = 18+50+12=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #12320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12320C is #EDCDF3. Grayscale: #242424. Windows color (decimal): -15584756 or 799250. OLE color: 799250.
HSL color Cylindrical-coordinate representation of color #12320C: hue angle of 110.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12320C is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 12 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.80 |
| HSL | 110.53º | 0.61% | 0.12% | - |
| HSV(B) | 110.53º | 0.76% | 0.2% | - |
| XYZ | 1.46 | 2.44 | 0.74 | - |
| YUV | 36.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 12 | 0.64 | 0 | 0.76 | 0.80 | 110.53 | 0.61 | 0.12 |
| Hex | 12 | 32 | C | 40 | 0 | 4C | 50 | 6F | 3D | C |
| Octal | 22 | 62 | 14 | 100 | 0 | 114 | 120 | 157 | 75 | 14 |
| Binary | 10010 | 110010 | 1100 | 1000000 | 0 | 1001100 | 1010000 | 1101111 | 111101 | 1100 |
Color Harmonies of #12320C
Complementary color
Monochromatic Colors of #12320C
Black with #12320C
Text Example
Text Example
White with #12320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12320C; }
p { color: rgb(18,50,12); }
H1.HeaderClassName
{
color: #12320C;
}
.AnyTagClassName
{
color: #12320C;
}
</style>
background-color css
<style>
a { background-color: #12320C; }
a { background-color: rgb(18,50,12); }
div.DivClassName
{
background-color: #12320C;
}
.BgClassName
{
background-color: #12320C;
}
</style>
border-color css
<style>
span { border-color: #12320C; }
span { border-color: rgb(18,50,12); }
td.TdClassName
{
border-color: #12320C;
}
.TagClassName
{
border-color: #12320C;
}
</style>