Shades of Myrtle #236501
Tints of Myrtle #236501
RGB
CMYK
RGB Variations
Color information
#236501 (or 0x236501) is known color: Myrtle. HEX triplet: 23, 65 and 01. RGB value is (35,101,1). Sum of RGB (Red+Green+Blue) = 35+101+1=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #236501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236501 is #DC9AFE. Grayscale: #464646. Windows color (decimal): -14457599 or 91427. OLE color: 91427.
HSL color Cylindrical-coordinate representation of color #236501: hue angle of 99.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #236501 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 101 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.60 |
| HSL | 99.6º | 0.98% | 0.2% | - |
| HSV(B) | 99.6º | 0.99% | 0.4% | - |
| XYZ | 5.35 | 9.67 | 1.61 | - |
| YUV | 69.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 1 | 0.65 | 0 | 0.99 | 0.60 | 99.6 | 0.98 | 0.2 |
| Hex | 23 | 65 | 1 | 41 | 0 | 63 | 3C | 64 | 62 | 14 |
| Octal | 43 | 145 | 1 | 101 | 0 | 143 | 74 | 144 | 142 | 24 |
| Binary | 100011 | 1100101 | 1 | 1000001 | 0 | 1100011 | 111100 | 1100100 | 1100010 | 10100 |
Color Harmonies of #236501
Complementary color
Monochromatic Colors of #236501
Black with #236501
Text Example
Text Example
White with #236501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236501; }
p { color: rgb(35,101,1); }
H1.HeaderClassName
{
color: #236501;
}
.AnyTagClassName
{
color: #236501;
}
</style>
background-color css
<style>
a { background-color: #236501; }
a { background-color: rgb(35,101,1); }
div.DivClassName
{
background-color: #236501;
}
.BgClassName
{
background-color: #236501;
}
</style>
border-color css
<style>
span { border-color: #236501; }
span { border-color: rgb(35,101,1); }
td.TdClassName
{
border-color: #236501;
}
.TagClassName
{
border-color: #236501;
}
</style>