Shades of Myrtle #23550B
Tints of Myrtle #23550B
RGB
CMYK
RGB Variations
Color information
#23550B (or 0x23550B) is known color: Myrtle. HEX triplet: 23, 55 and 0B. RGB value is (35,85,11). Sum of RGB (Red+Green+Blue) = 35+85+11=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #23550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #23550B is #DCAAF4. Grayscale: #3D3D3D. Windows color (decimal): -14461685 or 742691. OLE color: 742691.
HSL color Cylindrical-coordinate representation of color #23550B: hue angle of 100.54º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23550B is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 11 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.67 |
| HSL | 100.54º | 0.77% | 0.19% | - |
| HSV(B) | 100.54º | 0.87% | 0.33% | - |
| XYZ | 4 | 6.88 | 1.43 | - |
| YUV | 61.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 11 | 0.59 | 0 | 0.87 | 0.67 | 100.54 | 0.77 | 0.19 |
| Hex | 23 | 55 | B | 3B | 0 | 57 | 43 | 65 | 4D | 13 |
| Octal | 43 | 125 | 13 | 73 | 0 | 127 | 103 | 145 | 115 | 23 |
| Binary | 100011 | 1010101 | 1011 | 111011 | 0 | 1010111 | 1000011 | 1100101 | 1001101 | 10011 |
Color Harmonies of #23550B
Complementary color
Monochromatic Colors of #23550B
Black with #23550B
Text Example
Text Example
White with #23550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23550B; }
p { color: rgb(35,85,11); }
H1.HeaderClassName
{
color: #23550B;
}
.AnyTagClassName
{
color: #23550B;
}
</style>
background-color css
<style>
a { background-color: #23550B; }
a { background-color: rgb(35,85,11); }
div.DivClassName
{
background-color: #23550B;
}
.BgClassName
{
background-color: #23550B;
}
</style>
border-color css
<style>
span { border-color: #23550B; }
span { border-color: rgb(35,85,11); }
td.TdClassName
{
border-color: #23550B;
}
.TagClassName
{
border-color: #23550B;
}
</style>