Shades of Myrtle #23550F
Tints of Myrtle #23550F
RGB
CMYK
RGB Variations
Color information
#23550F (or 0x23550F) is known color: Myrtle. HEX triplet: 23, 55 and 0F. RGB value is (35,85,15). Sum of RGB (Red+Green+Blue) = 35+85+15=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #23550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #23550F is #DCAAF0. Grayscale: #3E3E3E. Windows color (decimal): -14461681 or 1004835. OLE color: 1004835.
HSL color Cylindrical-coordinate representation of color #23550F: hue angle of 102.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23550F is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 85 | 15 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.67 |
| HSL | 102.86º | 0.7% | 0.2% | - |
| HSV(B) | 102.86º | 0.82% | 0.33% | - |
| XYZ | 4.03 | 6.89 | 1.57 | - |
| YUV | 62.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 15 | 0.59 | 0 | 0.82 | 0.67 | 102.86 | 0.7 | 0.2 |
| Hex | 23 | 55 | F | 3B | 0 | 52 | 43 | 67 | 46 | 14 |
| Octal | 43 | 125 | 17 | 73 | 0 | 122 | 103 | 147 | 106 | 24 |
| Binary | 100011 | 1010101 | 1111 | 111011 | 0 | 1010010 | 1000011 | 1100111 | 1000110 | 10100 |
Color Harmonies of #23550F
Complementary color
Monochromatic Colors of #23550F
Black with #23550F
Text Example
Text Example
White with #23550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23550F; }
p { color: rgb(35,85,15); }
H1.HeaderClassName
{
color: #23550F;
}
.AnyTagClassName
{
color: #23550F;
}
</style>
background-color css
<style>
a { background-color: #23550F; }
a { background-color: rgb(35,85,15); }
div.DivClassName
{
background-color: #23550F;
}
.BgClassName
{
background-color: #23550F;
}
</style>
border-color css
<style>
span { border-color: #23550F; }
span { border-color: rgb(35,85,15); }
td.TdClassName
{
border-color: #23550F;
}
.TagClassName
{
border-color: #23550F;
}
</style>