Shades of Myrtle #274D1D
Tints of Myrtle #274D1D
RGB
CMYK
RGB Variations
Color information
#274D1D (or 0x274D1D) is known color: Myrtle. HEX triplet: 27, 4D and 1D. RGB value is (39,77,29). Sum of RGB (Red+Green+Blue) = 39+77+29=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #274D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D1D is #D8B2E2. Grayscale: #3C3C3C. Windows color (decimal): -14201571 or 1920295. OLE color: 1920295.
HSL color Cylindrical-coordinate representation of color #274D1D: hue angle of 107.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274D1D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 77 | 29 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.70 |
| HSL | 107.5º | 0.45% | 0.21% | - |
| HSV(B) | 107.5º | 0.62% | 0.3% | - |
| XYZ | 3.71 | 5.83 | 2.09 | - |
| YUV | 60.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 29 | 0.49 | 0 | 0.62 | 0.70 | 107.5 | 0.45 | 0.21 |
| Hex | 27 | 4D | 1D | 31 | 0 | 3E | 46 | 6C | 2D | 15 |
| Octal | 47 | 115 | 35 | 61 | 0 | 76 | 106 | 154 | 55 | 25 |
| Binary | 100111 | 1001101 | 11101 | 110001 | 0 | 111110 | 1000110 | 1101100 | 101101 | 10101 |
Color Harmonies of #274D1D
Complementary color
Monochromatic Colors of #274D1D
Black with #274D1D
Text Example
Text Example
White with #274D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D1D; }
p { color: rgb(39,77,29); }
H1.HeaderClassName
{
color: #274D1D;
}
.AnyTagClassName
{
color: #274D1D;
}
</style>
background-color css
<style>
a { background-color: #274D1D; }
a { background-color: rgb(39,77,29); }
div.DivClassName
{
background-color: #274D1D;
}
.BgClassName
{
background-color: #274D1D;
}
</style>
border-color css
<style>
span { border-color: #274D1D; }
span { border-color: rgb(39,77,29); }
td.TdClassName
{
border-color: #274D1D;
}
.TagClassName
{
border-color: #274D1D;
}
</style>