Shades of Myrtle #236214
Tints of Myrtle #236214
RGB
CMYK
RGB Variations
Color information
#236214 (or 0x236214) is known color: Myrtle. HEX triplet: 23, 62 and 14. RGB value is (35,98,20). Sum of RGB (Red+Green+Blue) = 35+98+20=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #236214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236214 is #DC9DEB. Grayscale: #464646. Windows color (decimal): -14458348 or 1335843. OLE color: 1335843.
HSL color Cylindrical-coordinate representation of color #236214: hue angle of 108.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #236214 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 98 | 20 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.62 |
| HSL | 108.46º | 0.66% | 0.23% | - |
| HSV(B) | 108.46º | 0.8% | 0.38% | - |
| XYZ | 5.19 | 9.14 | 2.15 | - |
| YUV | 70.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 20 | 0.64 | 0 | 0.80 | 0.62 | 108.46 | 0.66 | 0.23 |
| Hex | 23 | 62 | 14 | 40 | 0 | 50 | 3E | 6C | 42 | 17 |
| Octal | 43 | 142 | 24 | 100 | 0 | 120 | 76 | 154 | 102 | 27 |
| Binary | 100011 | 1100010 | 10100 | 1000000 | 0 | 1010000 | 111110 | 1101100 | 1000010 | 10111 |
Color Harmonies of #236214
Complementary color
Monochromatic Colors of #236214
Black with #236214
Text Example
Text Example
White with #236214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236214; }
p { color: rgb(35,98,20); }
H1.HeaderClassName
{
color: #236214;
}
.AnyTagClassName
{
color: #236214;
}
</style>
background-color css
<style>
a { background-color: #236214; }
a { background-color: rgb(35,98,20); }
div.DivClassName
{
background-color: #236214;
}
.BgClassName
{
background-color: #236214;
}
</style>
border-color css
<style>
span { border-color: #236214; }
span { border-color: rgb(35,98,20); }
td.TdClassName
{
border-color: #236214;
}
.TagClassName
{
border-color: #236214;
}
</style>