Shades of Myrtle #233C24
Tints of Myrtle #233C24
RGB
CMYK
RGB Variations
Color information
#233C24 (or 0x233C24) is known color: Myrtle. HEX triplet: 23, 3C and 24. RGB value is (35,60,36). Sum of RGB (Red+Green+Blue) = 35+60+36=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #233C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C24 is #DCC3DB. Grayscale: #313131. Windows color (decimal): -14468060 or 2374691. OLE color: 2374691.
HSL color Cylindrical-coordinate representation of color #233C24: hue angle of 122.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #233C24 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 36 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.76 |
| HSL | 122.4º | 0.26% | 0.19% | - |
| HSV(B) | 122.4º | 0.42% | 0.24% | - |
| XYZ | 2.63 | 3.72 | 2.25 | - |
| YUV | 49.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 36 | 0.42 | 0 | 0.40 | 0.76 | 122.4 | 0.26 | 0.19 |
| Hex | 23 | 3C | 24 | 2A | 0 | 28 | 4C | 7A | 1A | 13 |
| Octal | 43 | 74 | 44 | 52 | 0 | 50 | 114 | 172 | 32 | 23 |
| Binary | 100011 | 111100 | 100100 | 101010 | 0 | 101000 | 1001100 | 1111010 | 11010 | 10011 |
Color Harmonies of #233C24
Complementary color
Monochromatic Colors of #233C24
Black with #233C24
Text Example
Text Example
White with #233C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C24; }
p { color: rgb(35,60,36); }
H1.HeaderClassName
{
color: #233C24;
}
.AnyTagClassName
{
color: #233C24;
}
</style>
background-color css
<style>
a { background-color: #233C24; }
a { background-color: rgb(35,60,36); }
div.DivClassName
{
background-color: #233C24;
}
.BgClassName
{
background-color: #233C24;
}
</style>
border-color css
<style>
span { border-color: #233C24; }
span { border-color: rgb(35,60,36); }
td.TdClassName
{
border-color: #233C24;
}
.TagClassName
{
border-color: #233C24;
}
</style>