Shades of Myrtle #23490D
Tints of Myrtle #23490D
RGB
CMYK
RGB Variations
Color information
#23490D (or 0x23490D) is known color: Myrtle. HEX triplet: 23, 49 and 0D. RGB value is (35,73,13). Sum of RGB (Red+Green+Blue) = 35+73+13=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #23490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23490D is #DCB6F2. Grayscale: #373737. Windows color (decimal): -14464755 or 870691. OLE color: 870691.
HSL color Cylindrical-coordinate representation of color #23490D: hue angle of 98º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23490D is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 13 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.71 |
| HSL | 98º | 0.7% | 0.17% | - |
| HSV(B) | 98º | 0.82% | 0.29% | - |
| XYZ | 3.15 | 5.15 | 1.21 | - |
| YUV | 54.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 13 | 0.52 | 0 | 0.82 | 0.71 | 98 | 0.7 | 0.17 |
| Hex | 23 | 49 | D | 34 | 0 | 52 | 47 | 62 | 46 | 11 |
| Octal | 43 | 111 | 15 | 64 | 0 | 122 | 107 | 142 | 106 | 21 |
| Binary | 100011 | 1001001 | 1101 | 110100 | 0 | 1010010 | 1000111 | 1100010 | 1000110 | 10001 |
Color Harmonies of #23490D
Complementary color
Monochromatic Colors of #23490D
Black with #23490D
Text Example
Text Example
White with #23490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23490D; }
p { color: rgb(35,73,13); }
H1.HeaderClassName
{
color: #23490D;
}
.AnyTagClassName
{
color: #23490D;
}
</style>
background-color css
<style>
a { background-color: #23490D; }
a { background-color: rgb(35,73,13); }
div.DivClassName
{
background-color: #23490D;
}
.BgClassName
{
background-color: #23490D;
}
</style>
border-color css
<style>
span { border-color: #23490D; }
span { border-color: rgb(35,73,13); }
td.TdClassName
{
border-color: #23490D;
}
.TagClassName
{
border-color: #23490D;
}
</style>