Shades of Myrtle #236401
Tints of Myrtle #236401
RGB
CMYK
RGB Variations
Color information
#236401 (or 0x236401) is known color: Myrtle. HEX triplet: 23, 64 and 01. RGB value is (35,100,1). Sum of RGB (Red+Green+Blue) = 35+100+1=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #236401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236401 is #DC9BFE. Grayscale: #454545. Windows color (decimal): -14457855 or 91171. OLE color: 91171.
HSL color Cylindrical-coordinate representation of color #236401: hue angle of 99.39º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #236401 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 100 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.61 |
| HSL | 99.39º | 0.98% | 0.2% | - |
| HSV(B) | 99.39º | 0.99% | 0.39% | - |
| XYZ | 5.26 | 9.47 | 1.58 | - |
| YUV | 69.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 100 | 1 | 0.65 | 0 | 0.99 | 0.61 | 99.39 | 0.98 | 0.2 |
| Hex | 23 | 64 | 1 | 41 | 0 | 63 | 3D | 63 | 62 | 14 |
| Octal | 43 | 144 | 1 | 101 | 0 | 143 | 75 | 143 | 142 | 24 |
| Binary | 100011 | 1100100 | 1 | 1000001 | 0 | 1100011 | 111101 | 1100011 | 1100010 | 10100 |
Color Harmonies of #236401
Complementary color
Monochromatic Colors of #236401
Black with #236401
Text Example
Text Example
White with #236401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236401; }
p { color: rgb(35,100,1); }
H1.HeaderClassName
{
color: #236401;
}
.AnyTagClassName
{
color: #236401;
}
</style>
background-color css
<style>
a { background-color: #236401; }
a { background-color: rgb(35,100,1); }
div.DivClassName
{
background-color: #236401;
}
.BgClassName
{
background-color: #236401;
}
</style>
border-color css
<style>
span { border-color: #236401; }
span { border-color: rgb(35,100,1); }
td.TdClassName
{
border-color: #236401;
}
.TagClassName
{
border-color: #236401;
}
</style>