Shades of Myrtle #235A21
Tints of Myrtle #235A21
RGB
CMYK
RGB Variations
Color information
#235A21 (or 0x235A21) is known color: Myrtle. HEX triplet: 23, 5A and 21. RGB value is (35,90,33). Sum of RGB (Red+Green+Blue) = 35+90+33=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #235A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A21 is #DCA5DE. Grayscale: #434343. Windows color (decimal): -14460383 or 2185763. OLE color: 2185763.
HSL color Cylindrical-coordinate representation of color #235A21: hue angle of 117.89º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235A21 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 33 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.65 |
| HSL | 117.89º | 0.46% | 0.24% | - |
| HSV(B) | 117.89º | 0.63% | 0.35% | - |
| XYZ | 4.62 | 7.78 | 2.7 | - |
| YUV | 67.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 33 | 0.61 | 0 | 0.63 | 0.65 | 117.89 | 0.46 | 0.24 |
| Hex | 23 | 5A | 21 | 3D | 0 | 3F | 41 | 76 | 2E | 18 |
| Octal | 43 | 132 | 41 | 75 | 0 | 77 | 101 | 166 | 56 | 30 |
| Binary | 100011 | 1011010 | 100001 | 111101 | 0 | 111111 | 1000001 | 1110110 | 101110 | 11000 |
Color Harmonies of #235A21
Complementary color
Monochromatic Colors of #235A21
Black with #235A21
Text Example
Text Example
White with #235A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A21; }
p { color: rgb(35,90,33); }
H1.HeaderClassName
{
color: #235A21;
}
.AnyTagClassName
{
color: #235A21;
}
</style>
background-color css
<style>
a { background-color: #235A21; }
a { background-color: rgb(35,90,33); }
div.DivClassName
{
background-color: #235A21;
}
.BgClassName
{
background-color: #235A21;
}
</style>
border-color css
<style>
span { border-color: #235A21; }
span { border-color: rgb(35,90,33); }
td.TdClassName
{
border-color: #235A21;
}
.TagClassName
{
border-color: #235A21;
}
</style>