Shades of Myrtle #275211
Tints of Myrtle #275211
RGB
CMYK
RGB Variations
Color information
#275211 (or 0x275211) is known color: Myrtle. HEX triplet: 27, 52 and 11. RGB value is (39,82,17). Sum of RGB (Red+Green+Blue) = 39+82+17=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #275211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275211 is #D8ADEE. Grayscale: #3D3D3D. Windows color (decimal): -14200303 or 1135143. OLE color: 1135143.
HSL color Cylindrical-coordinate representation of color #275211: hue angle of 99.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275211 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 17 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.68 |
| HSL | 99.69º | 0.66% | 0.19% | - |
| HSV(B) | 99.69º | 0.79% | 0.32% | - |
| XYZ | 3.96 | 6.51 | 1.58 | - |
| YUV | 61.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 17 | 0.52 | 0 | 0.79 | 0.68 | 99.69 | 0.66 | 0.19 |
| Hex | 27 | 52 | 11 | 34 | 0 | 4F | 44 | 64 | 42 | 13 |
| Octal | 47 | 122 | 21 | 64 | 0 | 117 | 104 | 144 | 102 | 23 |
| Binary | 100111 | 1010010 | 10001 | 110100 | 0 | 1001111 | 1000100 | 1100100 | 1000010 | 10011 |
Color Harmonies of #275211
Complementary color
Monochromatic Colors of #275211
Black with #275211
Text Example
Text Example
White with #275211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275211; }
p { color: rgb(39,82,17); }
H1.HeaderClassName
{
color: #275211;
}
.AnyTagClassName
{
color: #275211;
}
</style>
background-color css
<style>
a { background-color: #275211; }
a { background-color: rgb(39,82,17); }
div.DivClassName
{
background-color: #275211;
}
.BgClassName
{
background-color: #275211;
}
</style>
border-color css
<style>
span { border-color: #275211; }
span { border-color: rgb(39,82,17); }
td.TdClassName
{
border-color: #275211;
}
.TagClassName
{
border-color: #275211;
}
</style>