Shades of Myrtle #23490C
Tints of Myrtle #23490C
RGB
CMYK
RGB Variations
Color information
#23490C (or 0x23490C) is known color: Myrtle. HEX triplet: 23, 49 and 0C. RGB value is (35,73,12). Sum of RGB (Red+Green+Blue) = 35+73+12=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #23490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23490C is #DCB6F3. Grayscale: #363636. Windows color (decimal): -14464756 or 805155. OLE color: 805155.
HSL color Cylindrical-coordinate representation of color #23490C: hue angle of 97.38º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23490C is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 12 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.71 |
| HSL | 97.38º | 0.72% | 0.17% | - |
| HSV(B) | 97.38º | 0.84% | 0.29% | - |
| XYZ | 3.14 | 5.15 | 1.18 | - |
| YUV | 54.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 12 | 0.52 | 0 | 0.84 | 0.71 | 97.38 | 0.72 | 0.17 |
| Hex | 23 | 49 | C | 34 | 0 | 54 | 47 | 61 | 48 | 11 |
| Octal | 43 | 111 | 14 | 64 | 0 | 124 | 107 | 141 | 110 | 21 |
| Binary | 100011 | 1001001 | 1100 | 110100 | 0 | 1010100 | 1000111 | 1100001 | 1001000 | 10001 |
Color Harmonies of #23490C
Complementary color
Monochromatic Colors of #23490C
Black with #23490C
Text Example
Text Example
White with #23490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23490C; }
p { color: rgb(35,73,12); }
H1.HeaderClassName
{
color: #23490C;
}
.AnyTagClassName
{
color: #23490C;
}
</style>
background-color css
<style>
a { background-color: #23490C; }
a { background-color: rgb(35,73,12); }
div.DivClassName
{
background-color: #23490C;
}
.BgClassName
{
background-color: #23490C;
}
</style>
border-color css
<style>
span { border-color: #23490C; }
span { border-color: rgb(35,73,12); }
td.TdClassName
{
border-color: #23490C;
}
.TagClassName
{
border-color: #23490C;
}
</style>