Shades of Myrtle #273C27
Tints of Myrtle #273C27
RGB
CMYK
RGB Variations
Color information
#273C27 (or 0x273C27) is known color: Myrtle. HEX triplet: 27, 3C and 27. RGB value is (39,60,39). Sum of RGB (Red+Green+Blue) = 39+60+39=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #273C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C27 is #D8C3D8. Grayscale: #333333. Windows color (decimal): -14205913 or 2571303. OLE color: 2571303.
HSL color Cylindrical-coordinate representation of color #273C27: hue angle of 120º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C27 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 39 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.76 |
| HSL | 120º | 0.21% | 0.19% | - |
| HSV(B) | 120º | 0.35% | 0.24% | - |
| XYZ | 2.82 | 3.81 | 2.51 | - |
| YUV | 51.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 39 | 0.35 | 0 | 0.35 | 0.76 | 120 | 0.21 | 0.19 |
| Hex | 27 | 3C | 27 | 23 | 0 | 23 | 4C | 78 | 15 | 13 |
| Octal | 47 | 74 | 47 | 43 | 0 | 43 | 114 | 170 | 25 | 23 |
| Binary | 100111 | 111100 | 100111 | 100011 | 0 | 100011 | 1001100 | 1111000 | 10101 | 10011 |
Color Harmonies of #273C27
Complementary color
Monochromatic Colors of #273C27
Black with #273C27
Text Example
Text Example
White with #273C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C27; }
p { color: rgb(39,60,39); }
H1.HeaderClassName
{
color: #273C27;
}
.AnyTagClassName
{
color: #273C27;
}
</style>
background-color css
<style>
a { background-color: #273C27; }
a { background-color: rgb(39,60,39); }
div.DivClassName
{
background-color: #273C27;
}
.BgClassName
{
background-color: #273C27;
}
</style>
border-color css
<style>
span { border-color: #273C27; }
span { border-color: rgb(39,60,39); }
td.TdClassName
{
border-color: #273C27;
}
.TagClassName
{
border-color: #273C27;
}
</style>