Shades of Myrtle #234013
Tints of Myrtle #234013
RGB
CMYK
RGB Variations
Color information
#234013 (or 0x234013) is known color: Myrtle. HEX triplet: 23, 40 and 13. RGB value is (35,64,19). Sum of RGB (Red+Green+Blue) = 35+64+19=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #234013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234013 is #DCBFEC. Grayscale: #323232. Windows color (decimal): -14467053 or 1261603. OLE color: 1261603.
HSL color Cylindrical-coordinate representation of color #234013: hue angle of 98.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234013 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 19 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.75 |
| HSL | 98.67º | 0.54% | 0.16% | - |
| HSV(B) | 98.67º | 0.7% | 0.25% | - |
| XYZ | 2.64 | 4.07 | 1.26 | - |
| YUV | 50.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 19 | 0.45 | 0 | 0.70 | 0.75 | 98.67 | 0.54 | 0.16 |
| Hex | 23 | 40 | 13 | 2D | 0 | 46 | 4B | 63 | 36 | 10 |
| Octal | 43 | 100 | 23 | 55 | 0 | 106 | 113 | 143 | 66 | 20 |
| Binary | 100011 | 1000000 | 10011 | 101101 | 0 | 1000110 | 1001011 | 1100011 | 110110 | 10000 |
Color Harmonies of #234013
Complementary color
Monochromatic Colors of #234013
Black with #234013
Text Example
Text Example
White with #234013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234013; }
p { color: rgb(35,64,19); }
H1.HeaderClassName
{
color: #234013;
}
.AnyTagClassName
{
color: #234013;
}
</style>
background-color css
<style>
a { background-color: #234013; }
a { background-color: rgb(35,64,19); }
div.DivClassName
{
background-color: #234013;
}
.BgClassName
{
background-color: #234013;
}
</style>
border-color css
<style>
span { border-color: #234013; }
span { border-color: rgb(35,64,19); }
td.TdClassName
{
border-color: #234013;
}
.TagClassName
{
border-color: #234013;
}
</style>