Shades of Myrtle #236514
Tints of Myrtle #236514
RGB
CMYK
RGB Variations
Color information
#236514 (or 0x236514) is known color: Myrtle. HEX triplet: 23, 65 and 14. RGB value is (35,101,20). Sum of RGB (Red+Green+Blue) = 35+101+20=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #236514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236514 is #DC9AEB. Grayscale: #484848. Windows color (decimal): -14457580 or 1336611. OLE color: 1336611.
HSL color Cylindrical-coordinate representation of color #236514: hue angle of 108.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #236514 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 101 | 20 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.60 |
| HSL | 108.89º | 0.67% | 0.24% | - |
| HSV(B) | 108.89º | 0.8% | 0.4% | - |
| XYZ | 5.47 | 9.72 | 2.25 | - |
| YUV | 72.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 20 | 0.65 | 0 | 0.80 | 0.60 | 108.89 | 0.67 | 0.24 |
| Hex | 23 | 65 | 14 | 41 | 0 | 50 | 3C | 6D | 43 | 18 |
| Octal | 43 | 145 | 24 | 101 | 0 | 120 | 74 | 155 | 103 | 30 |
| Binary | 100011 | 1100101 | 10100 | 1000001 | 0 | 1010000 | 111100 | 1101101 | 1000011 | 11000 |
Color Harmonies of #236514
Complementary color
Monochromatic Colors of #236514
Black with #236514
Text Example
Text Example
White with #236514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236514; }
p { color: rgb(35,101,20); }
H1.HeaderClassName
{
color: #236514;
}
.AnyTagClassName
{
color: #236514;
}
</style>
background-color css
<style>
a { background-color: #236514; }
a { background-color: rgb(35,101,20); }
div.DivClassName
{
background-color: #236514;
}
.BgClassName
{
background-color: #236514;
}
</style>
border-color css
<style>
span { border-color: #236514; }
span { border-color: rgb(35,101,20); }
td.TdClassName
{
border-color: #236514;
}
.TagClassName
{
border-color: #236514;
}
</style>