Shades of Myrtle #275715
Tints of Myrtle #275715
RGB
CMYK
RGB Variations
Color information
#275715 (or 0x275715) is known color: Myrtle. HEX triplet: 27, 57 and 15. RGB value is (39,87,21). Sum of RGB (Red+Green+Blue) = 39+87+21=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #275715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275715 is #D8A8EA. Grayscale: #414141. Windows color (decimal): -14199019 or 1398567. OLE color: 1398567.
HSL color Cylindrical-coordinate representation of color #275715: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #275715 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 87 | 21 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.66 |
| HSL | 103.64º | 0.61% | 0.21% | - |
| HSV(B) | 103.64º | 0.76% | 0.34% | - |
| XYZ | 4.38 | 7.3 | 1.89 | - |
| YUV | 65.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 21 | 0.55 | 0 | 0.76 | 0.66 | 103.64 | 0.61 | 0.21 |
| Hex | 27 | 57 | 15 | 37 | 0 | 4C | 42 | 68 | 3D | 15 |
| Octal | 47 | 127 | 25 | 67 | 0 | 114 | 102 | 150 | 75 | 25 |
| Binary | 100111 | 1010111 | 10101 | 110111 | 0 | 1001100 | 1000010 | 1101000 | 111101 | 10101 |
Color Harmonies of #275715
Complementary color
Monochromatic Colors of #275715
Black with #275715
Text Example
Text Example
White with #275715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275715; }
p { color: rgb(39,87,21); }
H1.HeaderClassName
{
color: #275715;
}
.AnyTagClassName
{
color: #275715;
}
</style>
background-color css
<style>
a { background-color: #275715; }
a { background-color: rgb(39,87,21); }
div.DivClassName
{
background-color: #275715;
}
.BgClassName
{
background-color: #275715;
}
</style>
border-color css
<style>
span { border-color: #275715; }
span { border-color: rgb(39,87,21); }
td.TdClassName
{
border-color: #275715;
}
.TagClassName
{
border-color: #275715;
}
</style>