Shades of Myrtle #104310
Tints of Myrtle #104310
RGB
CMYK
RGB Variations
Color information
#104310 (or 0x104310) is known color: Myrtle. HEX triplet: 10, 43 and 10. RGB value is (16,67,16). Sum of RGB (Red+Green+Blue) = 16+67+16=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #104310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104310 is #EFBCEF. Grayscale: #2E2E2E. Windows color (decimal): -15711472 or 1065744. OLE color: 1065744.
HSL color Cylindrical-coordinate representation of color #104310: hue angle of 120º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104310 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 16 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.74 |
| HSL | 120º | 0.61% | 0.16% | - |
| HSV(B) | 120º | 0.76% | 0.26% | - |
| XYZ | 2.31 | 4.16 | 1.17 | - |
| YUV | 45.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 16 | 0.76 | 0 | 0.76 | 0.74 | 120 | 0.61 | 0.16 |
| Hex | 10 | 43 | 10 | 4C | 0 | 4C | 4A | 78 | 3D | 10 |
| Octal | 20 | 103 | 20 | 114 | 0 | 114 | 112 | 170 | 75 | 20 |
| Binary | 10000 | 1000011 | 10000 | 1001100 | 0 | 1001100 | 1001010 | 1111000 | 111101 | 10000 |
Color Harmonies of #104310
Complementary color
Monochromatic Colors of #104310
Black with #104310
Text Example
Text Example
White with #104310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104310; }
p { color: rgb(16,67,16); }
H1.HeaderClassName
{
color: #104310;
}
.AnyTagClassName
{
color: #104310;
}
</style>
background-color css
<style>
a { background-color: #104310; }
a { background-color: rgb(16,67,16); }
div.DivClassName
{
background-color: #104310;
}
.BgClassName
{
background-color: #104310;
}
</style>
border-color css
<style>
span { border-color: #104310; }
span { border-color: rgb(16,67,16); }
td.TdClassName
{
border-color: #104310;
}
.TagClassName
{
border-color: #104310;
}
</style>