Shades of Myrtle #235C21
Tints of Myrtle #235C21
RGB
CMYK
RGB Variations
Color information
#235C21 (or 0x235C21) is known color: Myrtle. HEX triplet: 23, 5C and 21. RGB value is (35,92,33). Sum of RGB (Red+Green+Blue) = 35+92+33=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #235C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C21 is #DCA3DE. Grayscale: #444444. Windows color (decimal): -14459871 or 2186275. OLE color: 2186275.
HSL color Cylindrical-coordinate representation of color #235C21: hue angle of 117.97º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235C21 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 33 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.64 |
| HSL | 117.97º | 0.47% | 0.25% | - |
| HSV(B) | 117.97º | 0.64% | 0.36% | - |
| XYZ | 4.79 | 8.12 | 2.75 | - |
| YUV | 68.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 33 | 0.62 | 0 | 0.64 | 0.64 | 117.97 | 0.47 | 0.25 |
| Hex | 23 | 5C | 21 | 3E | 0 | 40 | 40 | 76 | 2F | 19 |
| Octal | 43 | 134 | 41 | 76 | 0 | 100 | 100 | 166 | 57 | 31 |
| Binary | 100011 | 1011100 | 100001 | 111110 | 0 | 1000000 | 1000000 | 1110110 | 101111 | 11001 |
Color Harmonies of #235C21
Complementary color
Monochromatic Colors of #235C21
Black with #235C21
Text Example
Text Example
White with #235C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C21; }
p { color: rgb(35,92,33); }
H1.HeaderClassName
{
color: #235C21;
}
.AnyTagClassName
{
color: #235C21;
}
</style>
background-color css
<style>
a { background-color: #235C21; }
a { background-color: rgb(35,92,33); }
div.DivClassName
{
background-color: #235C21;
}
.BgClassName
{
background-color: #235C21;
}
</style>
border-color css
<style>
span { border-color: #235C21; }
span { border-color: rgb(35,92,33); }
td.TdClassName
{
border-color: #235C21;
}
.TagClassName
{
border-color: #235C21;
}
</style>