Shades of Myrtle #275113
Tints of Myrtle #275113
RGB
CMYK
RGB Variations
Color information
#275113 (or 0x275113) is known color: Myrtle. HEX triplet: 27, 51 and 13. RGB value is (39,81,19). Sum of RGB (Red+Green+Blue) = 39+81+19=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #275113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275113 is #D8AEEC. Grayscale: #3D3D3D. Windows color (decimal): -14200557 or 1265959. OLE color: 1265959.
HSL color Cylindrical-coordinate representation of color #275113: hue angle of 100.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275113 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 81 | 19 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.68 |
| HSL | 100.65º | 0.62% | 0.2% | - |
| HSV(B) | 100.65º | 0.77% | 0.32% | - |
| XYZ | 3.9 | 6.36 | 1.64 | - |
| YUV | 61.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 19 | 0.52 | 0 | 0.77 | 0.68 | 100.65 | 0.62 | 0.2 |
| Hex | 27 | 51 | 13 | 34 | 0 | 4D | 44 | 65 | 3E | 14 |
| Octal | 47 | 121 | 23 | 64 | 0 | 115 | 104 | 145 | 76 | 24 |
| Binary | 100111 | 1010001 | 10011 | 110100 | 0 | 1001101 | 1000100 | 1100101 | 111110 | 10100 |
Color Harmonies of #275113
Complementary color
Monochromatic Colors of #275113
Black with #275113
Text Example
Text Example
White with #275113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275113; }
p { color: rgb(39,81,19); }
H1.HeaderClassName
{
color: #275113;
}
.AnyTagClassName
{
color: #275113;
}
</style>
background-color css
<style>
a { background-color: #275113; }
a { background-color: rgb(39,81,19); }
div.DivClassName
{
background-color: #275113;
}
.BgClassName
{
background-color: #275113;
}
</style>
border-color css
<style>
span { border-color: #275113; }
span { border-color: rgb(39,81,19); }
td.TdClassName
{
border-color: #275113;
}
.TagClassName
{
border-color: #275113;
}
</style>