Shades of Myrtle #236602
Tints of Myrtle #236602
RGB
CMYK
RGB Variations
Color information
#236602 (or 0x236602) is known color: Myrtle. HEX triplet: 23, 66 and 02. RGB value is (35,102,2). Sum of RGB (Red+Green+Blue) = 35+102+2=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #236602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236602 is #DC99FD. Grayscale: #464646. Windows color (decimal): -14457342 or 157219. OLE color: 157219.
HSL color Cylindrical-coordinate representation of color #236602: hue angle of 100.2º 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 #236602 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 102 | 2 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.6 |
| HSL | 100.2º | 0.96% | 0.2% | - |
| HSV(B) | 100.2º | 0.98% | 0.4% | - |
| XYZ | 5.46 | 9.86 | 1.67 | - |
| YUV | 70.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 2 | 0.66 | 0 | 0.98 | 0.6 | 100.2 | 0.96 | 0.2 |
| Hex | 23 | 66 | 2 | 42 | 0 | 62 | 3C | 64 | 60 | 14 |
| Octal | 43 | 146 | 2 | 102 | 0 | 142 | 74 | 144 | 140 | 24 |
| Binary | 100011 | 1100110 | 10 | 1000010 | 0 | 1100010 | 111100 | 1100100 | 1100000 | 10100 |
Color Harmonies of #236602
Complementary color
Monochromatic Colors of #236602
Black with #236602
Text Example
Text Example
White with #236602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236602; }
p { color: rgb(35,102,2); }
H1.HeaderClassName
{
color: #236602;
}
.AnyTagClassName
{
color: #236602;
}
</style>
background-color css
<style>
a { background-color: #236602; }
a { background-color: rgb(35,102,2); }
div.DivClassName
{
background-color: #236602;
}
.BgClassName
{
background-color: #236602;
}
</style>
border-color css
<style>
span { border-color: #236602; }
span { border-color: rgb(35,102,2); }
td.TdClassName
{
border-color: #236602;
}
.TagClassName
{
border-color: #236602;
}
</style>