Shades of Myrtle #104317
Tints of Myrtle #104317
RGB
CMYK
RGB Variations
Color information
#104317 (or 0x104317) is known color: Myrtle. HEX triplet: 10, 43 and 17. RGB value is (16,67,23). Sum of RGB (Red+Green+Blue) = 16+67+23=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #104317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104317 is #EFBCE8. Grayscale: #2E2E2E. Windows color (decimal): -15711465 or 1524496. OLE color: 1524496.
HSL color Cylindrical-coordinate representation of color #104317: hue angle of 128.24º 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 #104317 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 23 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.74 |
| HSL | 128.24º | 0.61% | 0.16% | - |
| HSV(B) | 128.24º | 0.76% | 0.26% | - |
| XYZ | 2.38 | 4.19 | 1.49 | - |
| YUV | 46.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 23 | 0.76 | 0 | 0.66 | 0.74 | 128.24 | 0.61 | 0.16 |
| Hex | 10 | 43 | 17 | 4C | 0 | 42 | 4A | 80 | 3D | 10 |
| Octal | 20 | 103 | 27 | 114 | 0 | 102 | 112 | 200 | 75 | 20 |
| Binary | 10000 | 1000011 | 10111 | 1001100 | 0 | 1000010 | 1001010 | 10000000 | 111101 | 10000 |
Color Harmonies of #104317
Complementary color
Monochromatic Colors of #104317
Black with #104317
Text Example
Text Example
White with #104317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104317; }
p { color: rgb(16,67,23); }
H1.HeaderClassName
{
color: #104317;
}
.AnyTagClassName
{
color: #104317;
}
</style>
background-color css
<style>
a { background-color: #104317; }
a { background-color: rgb(16,67,23); }
div.DivClassName
{
background-color: #104317;
}
.BgClassName
{
background-color: #104317;
}
</style>
border-color css
<style>
span { border-color: #104317; }
span { border-color: rgb(16,67,23); }
td.TdClassName
{
border-color: #104317;
}
.TagClassName
{
border-color: #104317;
}
</style>