Shades of Myrtle #235114
Tints of Myrtle #235114
RGB
CMYK
RGB Variations
Color information
#235114 (or 0x235114) is known color: Myrtle. HEX triplet: 23, 51 and 14. RGB value is (35,81,20). Sum of RGB (Red+Green+Blue) = 35+81+20=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #235114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235114 is #DCAEEB. Grayscale: #3C3C3C. Windows color (decimal): -14462700 or 1331491. OLE color: 1331491.
HSL color Cylindrical-coordinate representation of color #235114: hue angle of 105.25º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #235114 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 81 | 20 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.68 |
| HSL | 105.25º | 0.6% | 0.2% | - |
| HSV(B) | 105.25º | 0.75% | 0.32% | - |
| XYZ | 3.76 | 6.29 | 1.68 | - |
| YUV | 60.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 20 | 0.57 | 0 | 0.75 | 0.68 | 105.25 | 0.6 | 0.2 |
| Hex | 23 | 51 | 14 | 39 | 0 | 4B | 44 | 69 | 3C | 14 |
| Octal | 43 | 121 | 24 | 71 | 0 | 113 | 104 | 151 | 74 | 24 |
| Binary | 100011 | 1010001 | 10100 | 111001 | 0 | 1001011 | 1000100 | 1101001 | 111100 | 10100 |
Color Harmonies of #235114
Complementary color
Monochromatic Colors of #235114
Black with #235114
Text Example
Text Example
White with #235114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235114; }
p { color: rgb(35,81,20); }
H1.HeaderClassName
{
color: #235114;
}
.AnyTagClassName
{
color: #235114;
}
</style>
background-color css
<style>
a { background-color: #235114; }
a { background-color: rgb(35,81,20); }
div.DivClassName
{
background-color: #235114;
}
.BgClassName
{
background-color: #235114;
}
</style>
border-color css
<style>
span { border-color: #235114; }
span { border-color: rgb(35,81,20); }
td.TdClassName
{
border-color: #235114;
}
.TagClassName
{
border-color: #235114;
}
</style>