Shades of Myrtle #274D27
Tints of Myrtle #274D27
RGB
CMYK
RGB Variations
Color information
#274D27 (or 0x274D27) is known color: Myrtle. HEX triplet: 27, 4D and 27. RGB value is (39,77,39). Sum of RGB (Red+Green+Blue) = 39+77+39=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #274D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D27 is #D8B2D8. Grayscale: #3D3D3D. Windows color (decimal): -14201561 or 2575655. OLE color: 2575655.
HSL color Cylindrical-coordinate representation of color #274D27: hue angle of 120º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D27 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 77 | 39 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.70 |
| HSL | 120º | 0.33% | 0.23% | - |
| HSV(B) | 120º | 0.49% | 0.3% | - |
| XYZ | 3.86 | 5.89 | 2.85 | - |
| YUV | 61.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 39 | 0.49 | 0 | 0.49 | 0.70 | 120 | 0.33 | 0.23 |
| Hex | 27 | 4D | 27 | 31 | 0 | 31 | 46 | 78 | 21 | 17 |
| Octal | 47 | 115 | 47 | 61 | 0 | 61 | 106 | 170 | 41 | 27 |
| Binary | 100111 | 1001101 | 100111 | 110001 | 0 | 110001 | 1000110 | 1111000 | 100001 | 10111 |
Color Harmonies of #274D27
Complementary color
Monochromatic Colors of #274D27
Black with #274D27
Text Example
Text Example
White with #274D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D27; }
p { color: rgb(39,77,39); }
H1.HeaderClassName
{
color: #274D27;
}
.AnyTagClassName
{
color: #274D27;
}
</style>
background-color css
<style>
a { background-color: #274D27; }
a { background-color: rgb(39,77,39); }
div.DivClassName
{
background-color: #274D27;
}
.BgClassName
{
background-color: #274D27;
}
</style>
border-color css
<style>
span { border-color: #274D27; }
span { border-color: rgb(39,77,39); }
td.TdClassName
{
border-color: #274D27;
}
.TagClassName
{
border-color: #274D27;
}
</style>