Shades of Myrtle #10390C
Tints of Myrtle #10390C
RGB
CMYK
RGB Variations
Color information
#10390C (or 0x10390C) is known color: Myrtle. HEX triplet: 10, 39 and 0C. RGB value is (16,57,12). Sum of RGB (Red+Green+Blue) = 16+57+12=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #10390C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10390C is #EFC6F3. Grayscale: #272727. Windows color (decimal): -15714036 or 801040. OLE color: 801040.
HSL color Cylindrical-coordinate representation of color #10390C: hue angle of 114.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10390C is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 12 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.78 |
| HSL | 114.67º | 0.65% | 0.14% | - |
| HSV(B) | 114.67º | 0.79% | 0.22% | - |
| XYZ | 1.74 | 3.06 | 0.85 | - |
| YUV | 39.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 12 | 0.72 | 0 | 0.79 | 0.78 | 114.67 | 0.65 | 0.14 |
| Hex | 10 | 39 | C | 48 | 0 | 4F | 4E | 73 | 41 | E |
| Octal | 20 | 71 | 14 | 110 | 0 | 117 | 116 | 163 | 101 | 16 |
| Binary | 10000 | 111001 | 1100 | 1001000 | 0 | 1001111 | 1001110 | 1110011 | 1000001 | 1110 |
Color Harmonies of #10390C
Complementary color
Monochromatic Colors of #10390C
Black with #10390C
Text Example
Text Example
White with #10390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10390C; }
p { color: rgb(16,57,12); }
H1.HeaderClassName
{
color: #10390C;
}
.AnyTagClassName
{
color: #10390C;
}
</style>
background-color css
<style>
a { background-color: #10390C; }
a { background-color: rgb(16,57,12); }
div.DivClassName
{
background-color: #10390C;
}
.BgClassName
{
background-color: #10390C;
}
</style>
border-color css
<style>
span { border-color: #10390C; }
span { border-color: rgb(16,57,12); }
td.TdClassName
{
border-color: #10390C;
}
.TagClassName
{
border-color: #10390C;
}
</style>