Shades of Myrtle #10230E
Tints of Myrtle #10230E
RGB
CMYK
RGB Variations
Color information
#10230E (or 0x10230E) is known color: Myrtle. HEX triplet: 10, 23 and 0E. RGB value is (16,35,14). Sum of RGB (Red+Green+Blue) = 16+35+14=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #10230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10230E is #EFDCF1. Grayscale: #1A1A1A. Windows color (decimal): -15719666 or 926480. OLE color: 926480.
HSL color Cylindrical-coordinate representation of color #10230E: hue angle of 114.29º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #10230E is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 14 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.86 |
| HSL | 114.29º | 0.43% | 0.1% | - |
| HSV(B) | 114.29º | 0.6% | 0.14% | - |
| XYZ | 0.89 | 1.34 | 0.63 | - |
| YUV | 26.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 14 | 0.54 | 0 | 0.60 | 0.86 | 114.29 | 0.43 | 0.1 |
| Hex | 10 | 23 | E | 36 | 0 | 3C | 56 | 72 | 2B | A |
| Octal | 20 | 43 | 16 | 66 | 0 | 74 | 126 | 162 | 53 | 12 |
| Binary | 10000 | 100011 | 1110 | 110110 | 0 | 111100 | 1010110 | 1110010 | 101011 | 1010 |
Color Harmonies of #10230E
Complementary color
Monochromatic Colors of #10230E
Black with #10230E
Text Example
Text Example
White with #10230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10230E; }
p { color: rgb(16,35,14); }
H1.HeaderClassName
{
color: #10230E;
}
.AnyTagClassName
{
color: #10230E;
}
</style>
background-color css
<style>
a { background-color: #10230E; }
a { background-color: rgb(16,35,14); }
div.DivClassName
{
background-color: #10230E;
}
.BgClassName
{
background-color: #10230E;
}
</style>
border-color css
<style>
span { border-color: #10230E; }
span { border-color: rgb(16,35,14); }
td.TdClassName
{
border-color: #10230E;
}
.TagClassName
{
border-color: #10230E;
}
</style>