Shades of Myrtle #274F1F
Tints of Myrtle #274F1F
RGB
CMYK
RGB Variations
Color information
#274F1F (or 0x274F1F) is known color: Myrtle. HEX triplet: 27, 4F and 1F. RGB value is (39,79,31). Sum of RGB (Red+Green+Blue) = 39+79+31=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #274F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F1F is #D8B0E0. Grayscale: #3D3D3D. Windows color (decimal): -14201057 or 2051879. OLE color: 2051879.
HSL color Cylindrical-coordinate representation of color #274F1F: hue angle of 110º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274F1F is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 79 | 31 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.69 |
| HSL | 110º | 0.44% | 0.22% | - |
| HSV(B) | 110º | 0.61% | 0.31% | - |
| XYZ | 3.88 | 6.12 | 2.27 | - |
| YUV | 61.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 31 | 0.51 | 0 | 0.61 | 0.69 | 110 | 0.44 | 0.22 |
| Hex | 27 | 4F | 1F | 33 | 0 | 3D | 45 | 6E | 2C | 16 |
| Octal | 47 | 117 | 37 | 63 | 0 | 75 | 105 | 156 | 54 | 26 |
| Binary | 100111 | 1001111 | 11111 | 110011 | 0 | 111101 | 1000101 | 1101110 | 101100 | 10110 |
Color Harmonies of #274F1F
Complementary color
Monochromatic Colors of #274F1F
Black with #274F1F
Text Example
Text Example
White with #274F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F1F; }
p { color: rgb(39,79,31); }
H1.HeaderClassName
{
color: #274F1F;
}
.AnyTagClassName
{
color: #274F1F;
}
</style>
background-color css
<style>
a { background-color: #274F1F; }
a { background-color: rgb(39,79,31); }
div.DivClassName
{
background-color: #274F1F;
}
.BgClassName
{
background-color: #274F1F;
}
</style>
border-color css
<style>
span { border-color: #274F1F; }
span { border-color: rgb(39,79,31); }
td.TdClassName
{
border-color: #274F1F;
}
.TagClassName
{
border-color: #274F1F;
}
</style>