Shades of Myrtle #103409
Tints of Myrtle #103409
RGB
CMYK
RGB Variations
Color information
#103409 (or 0x103409) is known color: Myrtle. HEX triplet: 10, 34 and 09. RGB value is (16,52,9). Sum of RGB (Red+Green+Blue) = 16+52+9=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #103409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103409 is #EFCBF6. Grayscale: #242424. Windows color (decimal): -15715319 or 603152. OLE color: 603152.
HSL color Cylindrical-coordinate representation of color #103409: hue angle of 110.23º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103409 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 52 | 9 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.80 |
| HSL | 110.23º | 0.7% | 0.12% | - |
| HSV(B) | 110.23º | 0.83% | 0.2% | - |
| XYZ | 1.49 | 2.59 | 0.68 | - |
| YUV | 36.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 9 | 0.69 | 0 | 0.83 | 0.80 | 110.23 | 0.7 | 0.12 |
| Hex | 10 | 34 | 9 | 45 | 0 | 53 | 50 | 6E | 46 | C |
| Octal | 20 | 64 | 11 | 105 | 0 | 123 | 120 | 156 | 106 | 14 |
| Binary | 10000 | 110100 | 1001 | 1000101 | 0 | 1010011 | 1010000 | 1101110 | 1000110 | 1100 |
Color Harmonies of #103409
Complementary color
Monochromatic Colors of #103409
Black with #103409
Text Example
Text Example
White with #103409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103409; }
p { color: rgb(16,52,9); }
H1.HeaderClassName
{
color: #103409;
}
.AnyTagClassName
{
color: #103409;
}
</style>
background-color css
<style>
a { background-color: #103409; }
a { background-color: rgb(16,52,9); }
div.DivClassName
{
background-color: #103409;
}
.BgClassName
{
background-color: #103409;
}
</style>
border-color css
<style>
span { border-color: #103409; }
span { border-color: rgb(16,52,9); }
td.TdClassName
{
border-color: #103409;
}
.TagClassName
{
border-color: #103409;
}
</style>