Shades of Myrtle #235A13
Tints of Myrtle #235A13
RGB
CMYK
RGB Variations
Color information
#235A13 (or 0x235A13) is known color: Myrtle. HEX triplet: 23, 5A and 13. RGB value is (35,90,19). Sum of RGB (Red+Green+Blue) = 35+90+19=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #235A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235A13 is #DCA5EC. Grayscale: #414141. Windows color (decimal): -14460397 or 1268259. OLE color: 1268259.
HSL color Cylindrical-coordinate representation of color #235A13: hue angle of 106.48º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #235A13 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 19 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.65 |
| HSL | 106.48º | 0.65% | 0.21% | - |
| HSV(B) | 106.48º | 0.79% | 0.35% | - |
| XYZ | 4.47 | 7.72 | 1.87 | - |
| YUV | 65.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 19 | 0.61 | 0 | 0.79 | 0.65 | 106.48 | 0.65 | 0.21 |
| Hex | 23 | 5A | 13 | 3D | 0 | 4F | 41 | 6A | 41 | 15 |
| Octal | 43 | 132 | 23 | 75 | 0 | 117 | 101 | 152 | 101 | 25 |
| Binary | 100011 | 1011010 | 10011 | 111101 | 0 | 1001111 | 1000001 | 1101010 | 1000001 | 10101 |
Color Harmonies of #235A13
Complementary color
Monochromatic Colors of #235A13
Black with #235A13
Text Example
Text Example
White with #235A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A13; }
p { color: rgb(35,90,19); }
H1.HeaderClassName
{
color: #235A13;
}
.AnyTagClassName
{
color: #235A13;
}
</style>
background-color css
<style>
a { background-color: #235A13; }
a { background-color: rgb(35,90,19); }
div.DivClassName
{
background-color: #235A13;
}
.BgClassName
{
background-color: #235A13;
}
</style>
border-color css
<style>
span { border-color: #235A13; }
span { border-color: rgb(35,90,19); }
td.TdClassName
{
border-color: #235A13;
}
.TagClassName
{
border-color: #235A13;
}
</style>