Shades of Myrtle #275609
Tints of Myrtle #275609
RGB
CMYK
RGB Variations
Color information
#275609 (or 0x275609) is known color: Myrtle. HEX triplet: 27, 56 and 09. RGB value is (39,86,9). Sum of RGB (Red+Green+Blue) = 39+86+9=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #275609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275609 is #D8A9F6. Grayscale: #3F3F3F. Windows color (decimal): -14199287 or 611879. OLE color: 611879.
HSL color Cylindrical-coordinate representation of color #275609: hue angle of 96.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #275609 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 86 | 9 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.66 |
| HSL | 96.62º | 0.81% | 0.19% | - |
| HSV(B) | 96.62º | 0.9% | 0.34% | - |
| XYZ | 4.21 | 7.11 | 1.41 | - |
| YUV | 63.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 9 | 0.55 | 0 | 0.90 | 0.66 | 96.62 | 0.81 | 0.19 |
| Hex | 27 | 56 | 9 | 37 | 0 | 5A | 42 | 61 | 51 | 13 |
| Octal | 47 | 126 | 11 | 67 | 0 | 132 | 102 | 141 | 121 | 23 |
| Binary | 100111 | 1010110 | 1001 | 110111 | 0 | 1011010 | 1000010 | 1100001 | 1010001 | 10011 |
Color Harmonies of #275609
Complementary color
Monochromatic Colors of #275609
Black with #275609
Text Example
Text Example
White with #275609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275609; }
p { color: rgb(39,86,9); }
H1.HeaderClassName
{
color: #275609;
}
.AnyTagClassName
{
color: #275609;
}
</style>
background-color css
<style>
a { background-color: #275609; }
a { background-color: rgb(39,86,9); }
div.DivClassName
{
background-color: #275609;
}
.BgClassName
{
background-color: #275609;
}
</style>
border-color css
<style>
span { border-color: #275609; }
span { border-color: rgb(39,86,9); }
td.TdClassName
{
border-color: #275609;
}
.TagClassName
{
border-color: #275609;
}
</style>