Shades of Myrtle #236001
Tints of Myrtle #236001
RGB
CMYK
RGB Variations
Color information
#236001 (or 0x236001) is known color: Myrtle. HEX triplet: 23, 60 and 01. RGB value is (35,96,1). Sum of RGB (Red+Green+Blue) = 35+96+1=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #236001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236001 is #DC9FFE. Grayscale: #434343. Windows color (decimal): -14458879 or 90147. OLE color: 90147.
HSL color Cylindrical-coordinate representation of color #236001: hue angle of 98.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #236001 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 96 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.62 |
| HSL | 98.53º | 0.98% | 0.19% | - |
| HSV(B) | 98.53º | 0.99% | 0.38% | - |
| XYZ | 4.88 | 8.73 | 1.46 | - |
| YUV | 66.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 1 | 0.64 | 0 | 0.99 | 0.62 | 98.53 | 0.98 | 0.19 |
| Hex | 23 | 60 | 1 | 40 | 0 | 63 | 3E | 63 | 62 | 13 |
| Octal | 43 | 140 | 1 | 100 | 0 | 143 | 76 | 143 | 142 | 23 |
| Binary | 100011 | 1100000 | 1 | 1000000 | 0 | 1100011 | 111110 | 1100011 | 1100010 | 10011 |
Color Harmonies of #236001
Complementary color
Monochromatic Colors of #236001
Black with #236001
Text Example
Text Example
White with #236001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236001; }
p { color: rgb(35,96,1); }
H1.HeaderClassName
{
color: #236001;
}
.AnyTagClassName
{
color: #236001;
}
</style>
background-color css
<style>
a { background-color: #236001; }
a { background-color: rgb(35,96,1); }
div.DivClassName
{
background-color: #236001;
}
.BgClassName
{
background-color: #236001;
}
</style>
border-color css
<style>
span { border-color: #236001; }
span { border-color: rgb(35,96,1); }
td.TdClassName
{
border-color: #236001;
}
.TagClassName
{
border-color: #236001;
}
</style>