Shades of Myrtle #235A06
Tints of Myrtle #235A06
RGB
CMYK
RGB Variations
Color information
#235A06 (or 0x235A06) is known color: Myrtle. HEX triplet: 23, 5A and 06. RGB value is (35,90,6). Sum of RGB (Red+Green+Blue) = 35+90+6=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #235A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235A06 is #DCA5F9. Grayscale: #404040. Windows color (decimal): -14460410 or 416291. OLE color: 416291.
HSL color Cylindrical-coordinate representation of color #235A06: hue angle of 99.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #235A06 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 6 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.65 |
| HSL | 99.29º | 0.88% | 0.19% | - |
| HSV(B) | 99.29º | 0.93% | 0.35% | - |
| XYZ | 4.38 | 7.68 | 1.42 | - |
| YUV | 63.98 | 95.28 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 6 | 0.61 | 0 | 0.93 | 0.65 | 99.29 | 0.88 | 0.19 |
| Hex | 23 | 5A | 6 | 3D | 0 | 5D | 41 | 63 | 58 | 13 |
| Octal | 43 | 132 | 6 | 75 | 0 | 135 | 101 | 143 | 130 | 23 |
| Binary | 100011 | 1011010 | 110 | 111101 | 0 | 1011101 | 1000001 | 1100011 | 1011000 | 10011 |
Color Harmonies of #235A06
Complementary color
Monochromatic Colors of #235A06
Black with #235A06
Text Example
Text Example
White with #235A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A06; }
p { color: rgb(35,90,6); }
H1.HeaderClassName
{
color: #235A06;
}
.AnyTagClassName
{
color: #235A06;
}
</style>
background-color css
<style>
a { background-color: #235A06; }
a { background-color: rgb(35,90,6); }
div.DivClassName
{
background-color: #235A06;
}
.BgClassName
{
background-color: #235A06;
}
</style>
border-color css
<style>
span { border-color: #235A06; }
span { border-color: rgb(35,90,6); }
td.TdClassName
{
border-color: #235A06;
}
.TagClassName
{
border-color: #235A06;
}
</style>