Shades of Myrtle #235500
Tints of Myrtle #235500
RGB
CMYK
RGB Variations
Color information
#235500 (or 0x235500) is known color: Myrtle. HEX triplet: 23, 55 and 00. RGB value is (35,85,0). Sum of RGB (Red+Green+Blue) = 35+85+0=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #235500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235500 is #DCAAFF. Grayscale: #3C3C3C. Windows color (decimal): -14461696 or 21795. OLE color: 21795.
HSL color Cylindrical-coordinate representation of color #235500: hue angle of 95.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #235500 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.67 |
| HSL | 95.29º | 1% | 0.17% | - |
| HSV(B) | 95.29º | 1% | 0.33% | - |
| XYZ | 3.94 | 6.85 | 1.12 | - |
| YUV | 60.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 0 | 0.59 | 0 | 1 | 0.67 | 95.29 | 1 | 0.17 |
| Hex | 23 | 55 | 0 | 3B | 0 | 64 | 43 | 5F | 64 | 11 |
| Octal | 43 | 125 | 0 | 73 | 0 | 144 | 103 | 137 | 144 | 21 |
| Binary | 100011 | 1010101 | 0 | 111011 | 0 | 1100100 | 1000011 | 1011111 | 1100100 | 10001 |
Color Harmonies of #235500
Complementary color
Monochromatic Colors of #235500
Black with #235500
Text Example
Text Example
White with #235500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235500; }
p { color: rgb(35,85,0); }
H1.HeaderClassName
{
color: #235500;
}
.AnyTagClassName
{
color: #235500;
}
</style>
background-color css
<style>
a { background-color: #235500; }
a { background-color: rgb(35,85,0); }
div.DivClassName
{
background-color: #235500;
}
.BgClassName
{
background-color: #235500;
}
</style>
border-color css
<style>
span { border-color: #235500; }
span { border-color: rgb(35,85,0); }
td.TdClassName
{
border-color: #235500;
}
.TagClassName
{
border-color: #235500;
}
</style>