Shades of Myrtle #234113
Tints of Myrtle #234113
RGB
CMYK
RGB Variations
Color information
#234113 (or 0x234113) is known color: Myrtle. HEX triplet: 23, 41 and 13. RGB value is (35,65,19). Sum of RGB (Red+Green+Blue) = 35+65+19=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #234113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234113 is #DCBEEC. Grayscale: #323232. Windows color (decimal): -14466797 or 1261859. OLE color: 1261859.
HSL color Cylindrical-coordinate representation of color #234113: hue angle of 99.13º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234113 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 19 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.75 |
| HSL | 99.13º | 0.55% | 0.16% | - |
| HSV(B) | 99.13º | 0.71% | 0.25% | - |
| XYZ | 2.7 | 4.18 | 1.28 | - |
| YUV | 50.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 19 | 0.46 | 0 | 0.71 | 0.75 | 99.13 | 0.55 | 0.16 |
| Hex | 23 | 41 | 13 | 2E | 0 | 47 | 4B | 63 | 37 | 10 |
| Octal | 43 | 101 | 23 | 56 | 0 | 107 | 113 | 143 | 67 | 20 |
| Binary | 100011 | 1000001 | 10011 | 101110 | 0 | 1000111 | 1001011 | 1100011 | 110111 | 10000 |
Color Harmonies of #234113
Complementary color
Monochromatic Colors of #234113
Black with #234113
Text Example
Text Example
White with #234113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234113; }
p { color: rgb(35,65,19); }
H1.HeaderClassName
{
color: #234113;
}
.AnyTagClassName
{
color: #234113;
}
</style>
background-color css
<style>
a { background-color: #234113; }
a { background-color: rgb(35,65,19); }
div.DivClassName
{
background-color: #234113;
}
.BgClassName
{
background-color: #234113;
}
</style>
border-color css
<style>
span { border-color: #234113; }
span { border-color: rgb(35,65,19); }
td.TdClassName
{
border-color: #234113;
}
.TagClassName
{
border-color: #234113;
}
</style>