Shades of Myrtle #235C00
Tints of Myrtle #235C00
RGB
CMYK
RGB Variations
Color information
#235C00 (or 0x235C00) is known color: Myrtle. HEX triplet: 23, 5C and 00. RGB value is (35,92,0). Sum of RGB (Red+Green+Blue) = 35+92+0=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 92 (36.33% from 255 or 72.44% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 92 - color contains mainly: green. Hex color #235C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235C00 is #DCA3FF. Grayscale: #404040. Windows color (decimal): -14459904 or 23587. OLE color: 23587.
HSL color Cylindrical-coordinate representation of color #235C00: hue angle of 97.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #235C00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.64 |
| HSL | 97.17º | 1% | 0.18% | - |
| HSV(B) | 97.17º | 1% | 0.36% | - |
| XYZ | 4.52 | 8.01 | 1.31 | - |
| YUV | 64.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 0 | 0.62 | 0 | 1 | 0.64 | 97.17 | 1 | 0.18 |
| Hex | 23 | 5C | 0 | 3E | 0 | 64 | 40 | 61 | 64 | 12 |
| Octal | 43 | 134 | 0 | 76 | 0 | 144 | 100 | 141 | 144 | 22 |
| Binary | 100011 | 1011100 | 0 | 111110 | 0 | 1100100 | 1000000 | 1100001 | 1100100 | 10010 |
Color Harmonies of #235C00
Complementary color
Monochromatic Colors of #235C00
Black with #235C00
Text Example
Text Example
White with #235C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C00; }
p { color: rgb(35,92,0); }
H1.HeaderClassName
{
color: #235C00;
}
.AnyTagClassName
{
color: #235C00;
}
</style>
background-color css
<style>
a { background-color: #235C00; }
a { background-color: rgb(35,92,0); }
div.DivClassName
{
background-color: #235C00;
}
.BgClassName
{
background-color: #235C00;
}
</style>
border-color css
<style>
span { border-color: #235C00; }
span { border-color: rgb(35,92,0); }
td.TdClassName
{
border-color: #235C00;
}
.TagClassName
{
border-color: #235C00;
}
</style>