Shades of Myrtle #235D09
Tints of Myrtle #235D09
RGB
CMYK
RGB Variations
Color information
#235D09 (or 0x235D09) is known color: Myrtle. HEX triplet: 23, 5D and 09. RGB value is (35,93,9). Sum of RGB (Red+Green+Blue) = 35+93+9=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #235D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235D09 is #DCA2F6. Grayscale: #424242. Windows color (decimal): -14459639 or 613667. OLE color: 613667.
HSL color Cylindrical-coordinate representation of color #235D09: hue angle of 101.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #235D09 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 9 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.64 |
| HSL | 101.43º | 0.82% | 0.2% | - |
| HSV(B) | 101.43º | 0.9% | 0.36% | - |
| XYZ | 4.66 | 8.21 | 1.6 | - |
| YUV | 66.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 9 | 0.62 | 0 | 0.90 | 0.64 | 101.43 | 0.82 | 0.2 |
| Hex | 23 | 5D | 9 | 3E | 0 | 5A | 40 | 65 | 52 | 14 |
| Octal | 43 | 135 | 11 | 76 | 0 | 132 | 100 | 145 | 122 | 24 |
| Binary | 100011 | 1011101 | 1001 | 111110 | 0 | 1011010 | 1000000 | 1100101 | 1010010 | 10100 |
Color Harmonies of #235D09
Complementary color
Monochromatic Colors of #235D09
Black with #235D09
Text Example
Text Example
White with #235D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D09; }
p { color: rgb(35,93,9); }
H1.HeaderClassName
{
color: #235D09;
}
.AnyTagClassName
{
color: #235D09;
}
</style>
background-color css
<style>
a { background-color: #235D09; }
a { background-color: rgb(35,93,9); }
div.DivClassName
{
background-color: #235D09;
}
.BgClassName
{
background-color: #235D09;
}
</style>
border-color css
<style>
span { border-color: #235D09; }
span { border-color: rgb(35,93,9); }
td.TdClassName
{
border-color: #235D09;
}
.TagClassName
{
border-color: #235D09;
}
</style>