Shades of Myrtle #236702
Tints of Myrtle #236702
RGB
CMYK
RGB Variations
Color information
#236702 (or 0x236702) is known color: Myrtle. HEX triplet: 23, 67 and 02. RGB value is (35,103,2). Sum of RGB (Red+Green+Blue) = 35+103+2=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 103 (40.62% from 255 or 73.57% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 103 - color contains mainly: green. Hex color #236702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236702 is #DC98FD. Grayscale: #474747. Windows color (decimal): -14457086 or 157475. OLE color: 157475.
HSL color Cylindrical-coordinate representation of color #236702: hue angle of 100.4º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #236702 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 103 | 2 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.60 |
| HSL | 100.4º | 0.96% | 0.21% | - |
| HSV(B) | 100.4º | 0.98% | 0.4% | - |
| XYZ | 5.55 | 10.06 | 1.71 | - |
| YUV | 71.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 2 | 0.66 | 0 | 0.98 | 0.60 | 100.4 | 0.96 | 0.21 |
| Hex | 23 | 67 | 2 | 42 | 0 | 62 | 3C | 64 | 60 | 15 |
| Octal | 43 | 147 | 2 | 102 | 0 | 142 | 74 | 144 | 140 | 25 |
| Binary | 100011 | 1100111 | 10 | 1000010 | 0 | 1100010 | 111100 | 1100100 | 1100000 | 10101 |
Color Harmonies of #236702
Complementary color
Monochromatic Colors of #236702
Black with #236702
Text Example
Text Example
White with #236702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236702; }
p { color: rgb(35,103,2); }
H1.HeaderClassName
{
color: #236702;
}
.AnyTagClassName
{
color: #236702;
}
</style>
background-color css
<style>
a { background-color: #236702; }
a { background-color: rgb(35,103,2); }
div.DivClassName
{
background-color: #236702;
}
.BgClassName
{
background-color: #236702;
}
</style>
border-color css
<style>
span { border-color: #236702; }
span { border-color: rgb(35,103,2); }
td.TdClassName
{
border-color: #236702;
}
.TagClassName
{
border-color: #236702;
}
</style>