Shades of Myrtle #276100
Tints of Myrtle #276100
RGB
CMYK
RGB Variations
Color information
#276100 (or 0x276100) is known color: Myrtle. HEX triplet: 27, 61 and 00. RGB value is (39,97,0). Sum of RGB (Red+Green+Blue) = 39+97+0=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #276100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276100 is #D89EFF. Grayscale: #444444. Windows color (decimal): -14196480 or 24871. OLE color: 24871.
HSL color Cylindrical-coordinate representation of color #276100: hue angle of 95.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #276100 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 97 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.62 |
| HSL | 95.88º | 1% | 0.19% | - |
| HSV(B) | 95.88º | 1% | 0.38% | - |
| XYZ | 5.11 | 8.98 | 1.46 | - |
| YUV | 68.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 0 | 0.60 | 0 | 1 | 0.62 | 95.88 | 1 | 0.19 |
| Hex | 27 | 61 | 0 | 3C | 0 | 64 | 3E | 60 | 64 | 13 |
| Octal | 47 | 141 | 0 | 74 | 0 | 144 | 76 | 140 | 144 | 23 |
| Binary | 100111 | 1100001 | 0 | 111100 | 0 | 1100100 | 111110 | 1100000 | 1100100 | 10011 |
Color Harmonies of #276100
Complementary color
Monochromatic Colors of #276100
Black with #276100
Text Example
Text Example
White with #276100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276100; }
p { color: rgb(39,97,0); }
H1.HeaderClassName
{
color: #276100;
}
.AnyTagClassName
{
color: #276100;
}
</style>
background-color css
<style>
a { background-color: #276100; }
a { background-color: rgb(39,97,0); }
div.DivClassName
{
background-color: #276100;
}
.BgClassName
{
background-color: #276100;
}
</style>
border-color css
<style>
span { border-color: #276100; }
span { border-color: rgb(39,97,0); }
td.TdClassName
{
border-color: #276100;
}
.TagClassName
{
border-color: #276100;
}
</style>