Shades of Myrtle #23481D
Tints of Myrtle #23481D
RGB
CMYK
RGB Variations
Color information
#23481D (or 0x23481D) is known color: Myrtle. HEX triplet: 23, 48 and 1D. RGB value is (35,72,29). Sum of RGB (Red+Green+Blue) = 35+72+29=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #23481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23481D is #DCB7E2. Grayscale: #383838. Windows color (decimal): -14464995 or 1919011. OLE color: 1919011.
HSL color Cylindrical-coordinate representation of color #23481D: hue angle of 111.63º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23481D is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 29 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.72 |
| HSL | 111.63º | 0.43% | 0.2% | - |
| HSV(B) | 111.63º | 0.6% | 0.28% | - |
| XYZ | 3.23 | 5.08 | 1.97 | - |
| YUV | 56.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 29 | 0.51 | 0 | 0.60 | 0.72 | 111.63 | 0.43 | 0.2 |
| Hex | 23 | 48 | 1D | 33 | 0 | 3C | 48 | 70 | 2B | 14 |
| Octal | 43 | 110 | 35 | 63 | 0 | 74 | 110 | 160 | 53 | 24 |
| Binary | 100011 | 1001000 | 11101 | 110011 | 0 | 111100 | 1001000 | 1110000 | 101011 | 10100 |
Color Harmonies of #23481D
Complementary color
Monochromatic Colors of #23481D
Black with #23481D
Text Example
Text Example
White with #23481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23481D; }
p { color: rgb(35,72,29); }
H1.HeaderClassName
{
color: #23481D;
}
.AnyTagClassName
{
color: #23481D;
}
</style>
background-color css
<style>
a { background-color: #23481D; }
a { background-color: rgb(35,72,29); }
div.DivClassName
{
background-color: #23481D;
}
.BgClassName
{
background-color: #23481D;
}
</style>
border-color css
<style>
span { border-color: #23481D; }
span { border-color: rgb(35,72,29); }
td.TdClassName
{
border-color: #23481D;
}
.TagClassName
{
border-color: #23481D;
}
</style>