Shades of Myrtle #234E20
Tints of Myrtle #234E20
RGB
CMYK
RGB Variations
Color information
#234E20 (or 0x234E20) is known color: Myrtle. HEX triplet: 23, 4E and 20. RGB value is (35,78,32). Sum of RGB (Red+Green+Blue) = 35+78+32=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #234E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234E20 is #DCB1DF. Grayscale: #3C3C3C. Windows color (decimal): -14463456 or 2117155. OLE color: 2117155.
HSL color Cylindrical-coordinate representation of color #234E20: hue angle of 116.09º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234E20 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 78 | 32 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.69 |
| HSL | 116.09º | 0.42% | 0.22% | - |
| HSV(B) | 116.09º | 0.59% | 0.31% | - |
| XYZ | 3.68 | 5.91 | 2.31 | - |
| YUV | 59.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 32 | 0.55 | 0 | 0.59 | 0.69 | 116.09 | 0.42 | 0.22 |
| Hex | 23 | 4E | 20 | 37 | 0 | 3B | 45 | 74 | 2A | 16 |
| Octal | 43 | 116 | 40 | 67 | 0 | 73 | 105 | 164 | 52 | 26 |
| Binary | 100011 | 1001110 | 100000 | 110111 | 0 | 111011 | 1000101 | 1110100 | 101010 | 10110 |
Color Harmonies of #234E20
Complementary color
Monochromatic Colors of #234E20
Black with #234E20
Text Example
Text Example
White with #234E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E20; }
p { color: rgb(35,78,32); }
H1.HeaderClassName
{
color: #234E20;
}
.AnyTagClassName
{
color: #234E20;
}
</style>
background-color css
<style>
a { background-color: #234E20; }
a { background-color: rgb(35,78,32); }
div.DivClassName
{
background-color: #234E20;
}
.BgClassName
{
background-color: #234E20;
}
</style>
border-color css
<style>
span { border-color: #234E20; }
span { border-color: rgb(35,78,32); }
td.TdClassName
{
border-color: #234E20;
}
.TagClassName
{
border-color: #234E20;
}
</style>