Shades of Myrtle #275820
Tints of Myrtle #275820
RGB
CMYK
RGB Variations
Color information
#275820 (or 0x275820) is known color: Myrtle. HEX triplet: 27, 58 and 20. RGB value is (39,88,32). Sum of RGB (Red+Green+Blue) = 39+88+32=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #275820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275820 is #D8A7DF. Grayscale: #434343. Windows color (decimal): -14198752 or 2119719. OLE color: 2119719.
HSL color Cylindrical-coordinate representation of color #275820: hue angle of 112.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #275820 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 88 | 32 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.65 |
| HSL | 112.5º | 0.47% | 0.24% | - |
| HSV(B) | 112.5º | 0.64% | 0.35% | - |
| XYZ | 4.59 | 7.52 | 2.58 | - |
| YUV | 66.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 32 | 0.56 | 0 | 0.64 | 0.65 | 112.5 | 0.47 | 0.24 |
| Hex | 27 | 58 | 20 | 38 | 0 | 40 | 41 | 70 | 2F | 18 |
| Octal | 47 | 130 | 40 | 70 | 0 | 100 | 101 | 160 | 57 | 30 |
| Binary | 100111 | 1011000 | 100000 | 111000 | 0 | 1000000 | 1000001 | 1110000 | 101111 | 11000 |
Color Harmonies of #275820
Complementary color
Monochromatic Colors of #275820
Black with #275820
Text Example
Text Example
White with #275820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275820; }
p { color: rgb(39,88,32); }
H1.HeaderClassName
{
color: #275820;
}
.AnyTagClassName
{
color: #275820;
}
</style>
background-color css
<style>
a { background-color: #275820; }
a { background-color: rgb(39,88,32); }
div.DivClassName
{
background-color: #275820;
}
.BgClassName
{
background-color: #275820;
}
</style>
border-color css
<style>
span { border-color: #275820; }
span { border-color: rgb(39,88,32); }
td.TdClassName
{
border-color: #275820;
}
.TagClassName
{
border-color: #275820;
}
</style>