Shades of Myrtle #273C24
Tints of Myrtle #273C24
RGB
CMYK
RGB Variations
Color information
#273C24 (or 0x273C24) is known color: Myrtle. HEX triplet: 27, 3C and 24. RGB value is (39,60,36). Sum of RGB (Red+Green+Blue) = 39+60+36=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #273C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C24 is #D8C3DB. Grayscale: #333333. Windows color (decimal): -14205916 or 2374695. OLE color: 2374695.
HSL color Cylindrical-coordinate representation of color #273C24: hue angle of 112.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #273C24 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 36 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.76 |
| HSL | 112.5º | 0.25% | 0.19% | - |
| HSV(B) | 112.5º | 0.4% | 0.24% | - |
| XYZ | 2.77 | 3.79 | 2.25 | - |
| YUV | 50.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 36 | 0.35 | 0 | 0.40 | 0.76 | 112.5 | 0.25 | 0.19 |
| Hex | 27 | 3C | 24 | 23 | 0 | 28 | 4C | 70 | 19 | 13 |
| Octal | 47 | 74 | 44 | 43 | 0 | 50 | 114 | 160 | 31 | 23 |
| Binary | 100111 | 111100 | 100100 | 100011 | 0 | 101000 | 1001100 | 1110000 | 11001 | 10011 |
Color Harmonies of #273C24
Complementary color
Monochromatic Colors of #273C24
Black with #273C24
Text Example
Text Example
White with #273C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C24; }
p { color: rgb(39,60,36); }
H1.HeaderClassName
{
color: #273C24;
}
.AnyTagClassName
{
color: #273C24;
}
</style>
background-color css
<style>
a { background-color: #273C24; }
a { background-color: rgb(39,60,36); }
div.DivClassName
{
background-color: #273C24;
}
.BgClassName
{
background-color: #273C24;
}
</style>
border-color css
<style>
span { border-color: #273C24; }
span { border-color: rgb(39,60,36); }
td.TdClassName
{
border-color: #273C24;
}
.TagClassName
{
border-color: #273C24;
}
</style>