Shades of Myrtle #274728
Tints of Myrtle #274728
RGB
CMYK
RGB Variations
Color information
#274728 (or 0x274728) is known color: Myrtle. HEX triplet: 27, 47 and 28. RGB value is (39,71,40). Sum of RGB (Red+Green+Blue) = 39+71+40=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #274728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274728 is #D8B8D7. Grayscale: #393939. Windows color (decimal): -14203096 or 2639655. OLE color: 2639655.
HSL color Cylindrical-coordinate representation of color #274728: hue angle of 121.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #274728 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 40 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.72 |
| HSL | 121.88º | 0.29% | 0.22% | - |
| HSV(B) | 121.88º | 0.45% | 0.28% | - |
| XYZ | 3.47 | 5.09 | 2.81 | - |
| YUV | 57.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 40 | 0.45 | 0 | 0.44 | 0.72 | 121.88 | 0.29 | 0.22 |
| Hex | 27 | 47 | 28 | 2D | 0 | 2C | 48 | 7A | 1D | 16 |
| Octal | 47 | 107 | 50 | 55 | 0 | 54 | 110 | 172 | 35 | 26 |
| Binary | 100111 | 1000111 | 101000 | 101101 | 0 | 101100 | 1001000 | 1111010 | 11101 | 10110 |
Color Harmonies of #274728
Complementary color
Monochromatic Colors of #274728
Black with #274728
Text Example
Text Example
White with #274728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274728; }
p { color: rgb(39,71,40); }
H1.HeaderClassName
{
color: #274728;
}
.AnyTagClassName
{
color: #274728;
}
</style>
background-color css
<style>
a { background-color: #274728; }
a { background-color: rgb(39,71,40); }
div.DivClassName
{
background-color: #274728;
}
.BgClassName
{
background-color: #274728;
}
</style>
border-color css
<style>
span { border-color: #274728; }
span { border-color: rgb(39,71,40); }
td.TdClassName
{
border-color: #274728;
}
.TagClassName
{
border-color: #274728;
}
</style>