Shades of Myrtle #235D11
Tints of Myrtle #235D11
RGB
CMYK
RGB Variations
Color information
#235D11 (or 0x235D11) is known color: Myrtle. HEX triplet: 23, 5D and 11. RGB value is (35,93,17). Sum of RGB (Red+Green+Blue) = 35+93+17=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #235D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235D11 is #DCA2EE. Grayscale: #434343. Windows color (decimal): -14459631 or 1137955. OLE color: 1137955.
HSL color Cylindrical-coordinate representation of color #235D11: hue angle of 105.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #235D11 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 17 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.64 |
| HSL | 105.79º | 0.69% | 0.22% | - |
| HSV(B) | 105.79º | 0.82% | 0.36% | - |
| XYZ | 4.71 | 8.23 | 1.87 | - |
| YUV | 66.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 17 | 0.62 | 0 | 0.82 | 0.64 | 105.79 | 0.69 | 0.22 |
| Hex | 23 | 5D | 11 | 3E | 0 | 52 | 40 | 6A | 45 | 16 |
| Octal | 43 | 135 | 21 | 76 | 0 | 122 | 100 | 152 | 105 | 26 |
| Binary | 100011 | 1011101 | 10001 | 111110 | 0 | 1010010 | 1000000 | 1101010 | 1000101 | 10110 |
Color Harmonies of #235D11
Complementary color
Monochromatic Colors of #235D11
Black with #235D11
Text Example
Text Example
White with #235D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D11; }
p { color: rgb(35,93,17); }
H1.HeaderClassName
{
color: #235D11;
}
.AnyTagClassName
{
color: #235D11;
}
</style>
background-color css
<style>
a { background-color: #235D11; }
a { background-color: rgb(35,93,17); }
div.DivClassName
{
background-color: #235D11;
}
.BgClassName
{
background-color: #235D11;
}
</style>
border-color css
<style>
span { border-color: #235D11; }
span { border-color: rgb(35,93,17); }
td.TdClassName
{
border-color: #235D11;
}
.TagClassName
{
border-color: #235D11;
}
</style>