Shades of Myrtle #235A10
Tints of Myrtle #235A10
RGB
CMYK
RGB Variations
Color information
#235A10 (or 0x235A10) is known color: Myrtle. HEX triplet: 23, 5A and 10. RGB value is (35,90,16). Sum of RGB (Red+Green+Blue) = 35+90+16=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #235A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235A10 is #DCA5EF. Grayscale: #414141. Windows color (decimal): -14460400 or 1071651. OLE color: 1071651.
HSL color Cylindrical-coordinate representation of color #235A10: hue angle of 104.59º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #235A10 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 16 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.65 |
| HSL | 104.59º | 0.7% | 0.21% | - |
| HSV(B) | 104.59º | 0.82% | 0.35% | - |
| XYZ | 4.44 | 7.71 | 1.74 | - |
| YUV | 65.12 | 100.28 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 16 | 0.61 | 0 | 0.82 | 0.65 | 104.59 | 0.7 | 0.21 |
| Hex | 23 | 5A | 10 | 3D | 0 | 52 | 41 | 69 | 46 | 15 |
| Octal | 43 | 132 | 20 | 75 | 0 | 122 | 101 | 151 | 106 | 25 |
| Binary | 100011 | 1011010 | 10000 | 111101 | 0 | 1010010 | 1000001 | 1101001 | 1000110 | 10101 |
Color Harmonies of #235A10
Complementary color
Monochromatic Colors of #235A10
Black with #235A10
Text Example
Text Example
White with #235A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A10; }
p { color: rgb(35,90,16); }
H1.HeaderClassName
{
color: #235A10;
}
.AnyTagClassName
{
color: #235A10;
}
</style>
background-color css
<style>
a { background-color: #235A10; }
a { background-color: rgb(35,90,16); }
div.DivClassName
{
background-color: #235A10;
}
.BgClassName
{
background-color: #235A10;
}
</style>
border-color css
<style>
span { border-color: #235A10; }
span { border-color: rgb(35,90,16); }
td.TdClassName
{
border-color: #235A10;
}
.TagClassName
{
border-color: #235A10;
}
</style>