Shades of Myrtle #275508
Tints of Myrtle #275508
RGB
CMYK
RGB Variations
Color information
#275508 (or 0x275508) is known color: Myrtle. HEX triplet: 27, 55 and 08. RGB value is (39,85,8). Sum of RGB (Red+Green+Blue) = 39+85+8=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #275508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275508 is #D8AAF7. Grayscale: #3E3E3E. Windows color (decimal): -14199544 or 546087. OLE color: 546087.
HSL color Cylindrical-coordinate representation of color #275508: hue angle of 95.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #275508 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 8 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.67 |
| HSL | 95.84º | 0.83% | 0.18% | - |
| HSV(B) | 95.84º | 0.91% | 0.33% | - |
| XYZ | 4.13 | 6.95 | 1.35 | - |
| YUV | 62.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 8 | 0.54 | 0 | 0.91 | 0.67 | 95.84 | 0.83 | 0.18 |
| Hex | 27 | 55 | 8 | 36 | 0 | 5B | 43 | 60 | 53 | 12 |
| Octal | 47 | 125 | 10 | 66 | 0 | 133 | 103 | 140 | 123 | 22 |
| Binary | 100111 | 1010101 | 1000 | 110110 | 0 | 1011011 | 1000011 | 1100000 | 1010011 | 10010 |
Color Harmonies of #275508
Complementary color
Monochromatic Colors of #275508
Black with #275508
Text Example
Text Example
White with #275508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275508; }
p { color: rgb(39,85,8); }
H1.HeaderClassName
{
color: #275508;
}
.AnyTagClassName
{
color: #275508;
}
</style>
background-color css
<style>
a { background-color: #275508; }
a { background-color: rgb(39,85,8); }
div.DivClassName
{
background-color: #275508;
}
.BgClassName
{
background-color: #275508;
}
</style>
border-color css
<style>
span { border-color: #275508; }
span { border-color: rgb(39,85,8); }
td.TdClassName
{
border-color: #275508;
}
.TagClassName
{
border-color: #275508;
}
</style>