Shades of Myrtle #236502
Tints of Myrtle #236502
RGB
CMYK
RGB Variations
Color information
#236502 (or 0x236502) is known color: Myrtle. HEX triplet: 23, 65 and 02. RGB value is (35,101,2). Sum of RGB (Red+Green+Blue) = 35+101+2=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #236502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236502 is #DC9AFD. Grayscale: #464646. Windows color (decimal): -14457598 or 156963. OLE color: 156963.
HSL color Cylindrical-coordinate representation of color #236502: hue angle of 100º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #236502 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 101 | 2 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.60 |
| HSL | 100º | 0.96% | 0.2% | - |
| HSV(B) | 100º | 0.98% | 0.4% | - |
| XYZ | 5.36 | 9.67 | 1.64 | - |
| YUV | 69.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 2 | 0.65 | 0 | 0.98 | 0.60 | 100 | 0.96 | 0.2 |
| Hex | 23 | 65 | 2 | 41 | 0 | 62 | 3C | 64 | 60 | 14 |
| Octal | 43 | 145 | 2 | 101 | 0 | 142 | 74 | 144 | 140 | 24 |
| Binary | 100011 | 1100101 | 10 | 1000001 | 0 | 1100010 | 111100 | 1100100 | 1100000 | 10100 |
Color Harmonies of #236502
Complementary color
Monochromatic Colors of #236502
Black with #236502
Text Example
Text Example
White with #236502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236502; }
p { color: rgb(35,101,2); }
H1.HeaderClassName
{
color: #236502;
}
.AnyTagClassName
{
color: #236502;
}
</style>
background-color css
<style>
a { background-color: #236502; }
a { background-color: rgb(35,101,2); }
div.DivClassName
{
background-color: #236502;
}
.BgClassName
{
background-color: #236502;
}
</style>
border-color css
<style>
span { border-color: #236502; }
span { border-color: rgb(35,101,2); }
td.TdClassName
{
border-color: #236502;
}
.TagClassName
{
border-color: #236502;
}
</style>