Shades of Myrtle #274C16
Tints of Myrtle #274C16
RGB
CMYK
RGB Variations
Color information
#274C16 (or 0x274C16) is known color: Myrtle. HEX triplet: 27, 4C and 16. RGB value is (39,76,22). Sum of RGB (Red+Green+Blue) = 39+76+22=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #274C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C16 is #D8B3E9. Grayscale: #3A3A3A. Windows color (decimal): -14201834 or 1461287. OLE color: 1461287.
HSL color Cylindrical-coordinate representation of color #274C16: hue angle of 101.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274C16 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 22 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.70 |
| HSL | 101.11º | 0.55% | 0.19% | - |
| HSV(B) | 101.11º | 0.71% | 0.3% | - |
| XYZ | 3.57 | 5.66 | 1.66 | - |
| YUV | 58.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 22 | 0.49 | 0 | 0.71 | 0.70 | 101.11 | 0.55 | 0.19 |
| Hex | 27 | 4C | 16 | 31 | 0 | 47 | 46 | 65 | 37 | 13 |
| Octal | 47 | 114 | 26 | 61 | 0 | 107 | 106 | 145 | 67 | 23 |
| Binary | 100111 | 1001100 | 10110 | 110001 | 0 | 1000111 | 1000110 | 1100101 | 110111 | 10011 |
Color Harmonies of #274C16
Complementary color
Monochromatic Colors of #274C16
Black with #274C16
Text Example
Text Example
White with #274C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C16; }
p { color: rgb(39,76,22); }
H1.HeaderClassName
{
color: #274C16;
}
.AnyTagClassName
{
color: #274C16;
}
</style>
background-color css
<style>
a { background-color: #274C16; }
a { background-color: rgb(39,76,22); }
div.DivClassName
{
background-color: #274C16;
}
.BgClassName
{
background-color: #274C16;
}
</style>
border-color css
<style>
span { border-color: #274C16; }
span { border-color: rgb(39,76,22); }
td.TdClassName
{
border-color: #274C16;
}
.TagClassName
{
border-color: #274C16;
}
</style>