Shades of Myrtle #235027
Tints of Myrtle #235027
RGB
CMYK
RGB Variations
Color information
#235027 (or 0x235027) is known color: Myrtle. HEX triplet: 23, 50 and 27. RGB value is (35,80,39). Sum of RGB (Red+Green+Blue) = 35+80+39=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #235027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235027 is #DCAFD8. Grayscale: #3D3D3D. Windows color (decimal): -14462937 or 2576419. OLE color: 2576419.
HSL color Cylindrical-coordinate representation of color #235027: hue angle of 125.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #235027 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 80 | 39 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.69 |
| HSL | 125.33º | 0.39% | 0.23% | - |
| HSV(B) | 125.33º | 0.56% | 0.31% | - |
| XYZ | 3.93 | 6.24 | 2.92 | - |
| YUV | 61.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 39 | 0.56 | 0 | 0.51 | 0.69 | 125.33 | 0.39 | 0.23 |
| Hex | 23 | 50 | 27 | 38 | 0 | 33 | 45 | 7D | 27 | 17 |
| Octal | 43 | 120 | 47 | 70 | 0 | 63 | 105 | 175 | 47 | 27 |
| Binary | 100011 | 1010000 | 100111 | 111000 | 0 | 110011 | 1000101 | 1111101 | 100111 | 10111 |
Color Harmonies of #235027
Complementary color
Monochromatic Colors of #235027
Black with #235027
Text Example
Text Example
White with #235027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235027; }
p { color: rgb(35,80,39); }
H1.HeaderClassName
{
color: #235027;
}
.AnyTagClassName
{
color: #235027;
}
</style>
background-color css
<style>
a { background-color: #235027; }
a { background-color: rgb(35,80,39); }
div.DivClassName
{
background-color: #235027;
}
.BgClassName
{
background-color: #235027;
}
</style>
border-color css
<style>
span { border-color: #235027; }
span { border-color: rgb(35,80,39); }
td.TdClassName
{
border-color: #235027;
}
.TagClassName
{
border-color: #235027;
}
</style>