Shades of Myrtle #275519
Tints of Myrtle #275519
RGB
CMYK
RGB Variations
Color information
#275519 (or 0x275519) is known color: Myrtle. HEX triplet: 27, 55 and 19. RGB value is (39,85,25). Sum of RGB (Red+Green+Blue) = 39+85+25=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #275519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275519 is #D8AAE6. Grayscale: #404040. Windows color (decimal): -14199527 or 1660199. OLE color: 1660199.
HSL color Cylindrical-coordinate representation of color #275519: hue angle of 106º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275519 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 25 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.67 |
| HSL | 106º | 0.55% | 0.22% | - |
| HSV(B) | 106º | 0.71% | 0.33% | - |
| XYZ | 4.26 | 7 | 2.05 | - |
| YUV | 64.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 25 | 0.54 | 0 | 0.71 | 0.67 | 106 | 0.55 | 0.22 |
| Hex | 27 | 55 | 19 | 36 | 0 | 47 | 43 | 6A | 37 | 16 |
| Octal | 47 | 125 | 31 | 66 | 0 | 107 | 103 | 152 | 67 | 26 |
| Binary | 100111 | 1010101 | 11001 | 110110 | 0 | 1000111 | 1000011 | 1101010 | 110111 | 10110 |
Color Harmonies of #275519
Complementary color
Monochromatic Colors of #275519
Black with #275519
Text Example
Text Example
White with #275519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275519; }
p { color: rgb(39,85,25); }
H1.HeaderClassName
{
color: #275519;
}
.AnyTagClassName
{
color: #275519;
}
</style>
background-color css
<style>
a { background-color: #275519; }
a { background-color: rgb(39,85,25); }
div.DivClassName
{
background-color: #275519;
}
.BgClassName
{
background-color: #275519;
}
</style>
border-color css
<style>
span { border-color: #275519; }
span { border-color: rgb(39,85,25); }
td.TdClassName
{
border-color: #275519;
}
.TagClassName
{
border-color: #275519;
}
</style>