Shades of Myrtle #236314
Tints of Myrtle #236314
RGB
CMYK
RGB Variations
Color information
#236314 (or 0x236314) is known color: Myrtle. HEX triplet: 23, 63 and 14. RGB value is (35,99,20). Sum of RGB (Red+Green+Blue) = 35+99+20=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #236314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236314 is #DC9CEB. Grayscale: #474747. Windows color (decimal): -14458092 or 1336099. OLE color: 1336099.
HSL color Cylindrical-coordinate representation of color #236314: hue angle of 108.61º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #236314 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 99 | 20 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.61 |
| HSL | 108.61º | 0.66% | 0.23% | - |
| HSV(B) | 108.61º | 0.8% | 0.39% | - |
| XYZ | 5.28 | 9.33 | 2.18 | - |
| YUV | 70.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 20 | 0.65 | 0 | 0.80 | 0.61 | 108.61 | 0.66 | 0.23 |
| Hex | 23 | 63 | 14 | 41 | 0 | 50 | 3D | 6D | 42 | 17 |
| Octal | 43 | 143 | 24 | 101 | 0 | 120 | 75 | 155 | 102 | 27 |
| Binary | 100011 | 1100011 | 10100 | 1000001 | 0 | 1010000 | 111101 | 1101101 | 1000010 | 10111 |
Color Harmonies of #236314
Complementary color
Monochromatic Colors of #236314
Black with #236314
Text Example
Text Example
White with #236314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236314; }
p { color: rgb(35,99,20); }
H1.HeaderClassName
{
color: #236314;
}
.AnyTagClassName
{
color: #236314;
}
</style>
background-color css
<style>
a { background-color: #236314; }
a { background-color: rgb(35,99,20); }
div.DivClassName
{
background-color: #236314;
}
.BgClassName
{
background-color: #236314;
}
</style>
border-color css
<style>
span { border-color: #236314; }
span { border-color: rgb(35,99,20); }
td.TdClassName
{
border-color: #236314;
}
.TagClassName
{
border-color: #236314;
}
</style>