Shades of Myrtle #234D0F
Tints of Myrtle #234D0F
RGB
CMYK
RGB Variations
Color information
#234D0F (or 0x234D0F) is known color: Myrtle. HEX triplet: 23, 4D and 0F. RGB value is (35,77,15). Sum of RGB (Red+Green+Blue) = 35+77+15=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #234D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #234D0F is #DCB2F0. Grayscale: #393939. Windows color (decimal): -14463729 or 1002787. OLE color: 1002787.
HSL color Cylindrical-coordinate representation of color #234D0F: hue angle of 100.65º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234D0F is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 77 | 15 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.70 |
| HSL | 100.65º | 0.67% | 0.18% | - |
| HSV(B) | 100.65º | 0.81% | 0.3% | - |
| XYZ | 3.43 | 5.7 | 1.37 | - |
| YUV | 57.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 15 | 0.55 | 0 | 0.81 | 0.70 | 100.65 | 0.67 | 0.18 |
| Hex | 23 | 4D | F | 37 | 0 | 51 | 46 | 65 | 43 | 12 |
| Octal | 43 | 115 | 17 | 67 | 0 | 121 | 106 | 145 | 103 | 22 |
| Binary | 100011 | 1001101 | 1111 | 110111 | 0 | 1010001 | 1000110 | 1100101 | 1000011 | 10010 |
Color Harmonies of #234D0F
Complementary color
Monochromatic Colors of #234D0F
Black with #234D0F
Text Example
Text Example
White with #234D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D0F; }
p { color: rgb(35,77,15); }
H1.HeaderClassName
{
color: #234D0F;
}
.AnyTagClassName
{
color: #234D0F;
}
</style>
background-color css
<style>
a { background-color: #234D0F; }
a { background-color: rgb(35,77,15); }
div.DivClassName
{
background-color: #234D0F;
}
.BgClassName
{
background-color: #234D0F;
}
</style>
border-color css
<style>
span { border-color: #234D0F; }
span { border-color: rgb(35,77,15); }
td.TdClassName
{
border-color: #234D0F;
}
.TagClassName
{
border-color: #234D0F;
}
</style>