Shades of Myrtle #10320C
Tints of Myrtle #10320C
RGB
CMYK
RGB Variations
Color information
#10320C (or 0x10320C) is known color: Myrtle. HEX triplet: 10, 32 and 0C. RGB value is (16,50,12). Sum of RGB (Red+Green+Blue) = 16+50+12=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 50 (19.92% from 255 or 64.10% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 50 - color contains mainly: green. Hex color #10320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10320C is #EFCDF3. Grayscale: #232323. Windows color (decimal): -15715828 or 799248. OLE color: 799248.
HSL color Cylindrical-coordinate representation of color #10320C: hue angle of 113.68º 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 #10320C is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 12 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.80 |
| HSL | 113.68º | 0.61% | 0.12% | - |
| HSV(B) | 113.68º | 0.76% | 0.2% | - |
| XYZ | 1.42 | 2.42 | 0.74 | - |
| YUV | 35.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 12 | 0.68 | 0 | 0.76 | 0.80 | 113.68 | 0.61 | 0.12 |
| Hex | 10 | 32 | C | 44 | 0 | 4C | 50 | 72 | 3D | C |
| Octal | 20 | 62 | 14 | 104 | 0 | 114 | 120 | 162 | 75 | 14 |
| Binary | 10000 | 110010 | 1100 | 1000100 | 0 | 1001100 | 1010000 | 1110010 | 111101 | 1100 |
Color Harmonies of #10320C
Complementary color
Monochromatic Colors of #10320C
Black with #10320C
Text Example
Text Example
White with #10320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10320C; }
p { color: rgb(16,50,12); }
H1.HeaderClassName
{
color: #10320C;
}
.AnyTagClassName
{
color: #10320C;
}
</style>
background-color css
<style>
a { background-color: #10320C; }
a { background-color: rgb(16,50,12); }
div.DivClassName
{
background-color: #10320C;
}
.BgClassName
{
background-color: #10320C;
}
</style>
border-color css
<style>
span { border-color: #10320C; }
span { border-color: rgb(16,50,12); }
td.TdClassName
{
border-color: #10320C;
}
.TagClassName
{
border-color: #10320C;
}
</style>