Shades of Myrtle #23520B
Tints of Myrtle #23520B
RGB
CMYK
RGB Variations
Color information
#23520B (or 0x23520B) is known color: Myrtle. HEX triplet: 23, 52 and 0B. RGB value is (35,82,11). Sum of RGB (Red+Green+Blue) = 35+82+11=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #23520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #23520B is #DCADF4. Grayscale: #3C3C3C. Windows color (decimal): -14462453 or 741923. OLE color: 741923.
HSL color Cylindrical-coordinate representation of color #23520B: hue angle of 99.72º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23520B is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 82 | 11 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.68 |
| HSL | 99.72º | 0.76% | 0.18% | - |
| HSV(B) | 99.72º | 0.87% | 0.32% | - |
| XYZ | 3.77 | 6.42 | 1.36 | - |
| YUV | 59.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 11 | 0.57 | 0 | 0.87 | 0.68 | 99.72 | 0.76 | 0.18 |
| Hex | 23 | 52 | B | 39 | 0 | 57 | 44 | 64 | 4C | 12 |
| Octal | 43 | 122 | 13 | 71 | 0 | 127 | 104 | 144 | 114 | 22 |
| Binary | 100011 | 1010010 | 1011 | 111001 | 0 | 1010111 | 1000100 | 1100100 | 1001100 | 10010 |
Color Harmonies of #23520B
Complementary color
Monochromatic Colors of #23520B
Black with #23520B
Text Example
Text Example
White with #23520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23520B; }
p { color: rgb(35,82,11); }
H1.HeaderClassName
{
color: #23520B;
}
.AnyTagClassName
{
color: #23520B;
}
</style>
background-color css
<style>
a { background-color: #23520B; }
a { background-color: rgb(35,82,11); }
div.DivClassName
{
background-color: #23520B;
}
.BgClassName
{
background-color: #23520B;
}
</style>
border-color css
<style>
span { border-color: #23520B; }
span { border-color: rgb(35,82,11); }
td.TdClassName
{
border-color: #23520B;
}
.TagClassName
{
border-color: #23520B;
}
</style>