Shades of Myrtle #236512
Tints of Myrtle #236512
RGB
CMYK
RGB Variations
Color information
#236512 (or 0x236512) is known color: Myrtle. HEX triplet: 23, 65 and 12. RGB value is (35,101,18). Sum of RGB (Red+Green+Blue) = 35+101+18=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 101 (39.84% from 255 or 65.58% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 101 - color contains mainly: green. Hex color #236512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236512 is #DC9AED. Grayscale: #484848. Windows color (decimal): -14457582 or 1205539. OLE color: 1205539.
HSL color Cylindrical-coordinate representation of color #236512: hue angle of 107.71º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #236512 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 101 | 18 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.60 |
| HSL | 107.71º | 0.7% | 0.23% | - |
| HSV(B) | 107.71º | 0.82% | 0.4% | - |
| XYZ | 5.46 | 9.71 | 2.16 | - |
| YUV | 71.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 18 | 0.65 | 0 | 0.82 | 0.60 | 107.71 | 0.7 | 0.23 |
| Hex | 23 | 65 | 12 | 41 | 0 | 52 | 3C | 6C | 46 | 17 |
| Octal | 43 | 145 | 22 | 101 | 0 | 122 | 74 | 154 | 106 | 27 |
| Binary | 100011 | 1100101 | 10010 | 1000001 | 0 | 1010010 | 111100 | 1101100 | 1000110 | 10111 |
Color Harmonies of #236512
Complementary color
Monochromatic Colors of #236512
Black with #236512
Text Example
Text Example
White with #236512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236512; }
p { color: rgb(35,101,18); }
H1.HeaderClassName
{
color: #236512;
}
.AnyTagClassName
{
color: #236512;
}
</style>
background-color css
<style>
a { background-color: #236512; }
a { background-color: rgb(35,101,18); }
div.DivClassName
{
background-color: #236512;
}
.BgClassName
{
background-color: #236512;
}
</style>
border-color css
<style>
span { border-color: #236512; }
span { border-color: rgb(35,101,18); }
td.TdClassName
{
border-color: #236512;
}
.TagClassName
{
border-color: #236512;
}
</style>