Shades of Myrtle #275016
Tints of Myrtle #275016
RGB
CMYK
RGB Variations
Color information
#275016 (or 0x275016) is known color: Myrtle. HEX triplet: 27, 50 and 16. RGB value is (39,80,22). Sum of RGB (Red+Green+Blue) = 39+80+22=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #275016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275016 is #D8AFE9. Grayscale: #3D3D3D. Windows color (decimal): -14200810 or 1462311. OLE color: 1462311.
HSL color Cylindrical-coordinate representation of color #275016: hue angle of 102.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275016 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 22 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.69 |
| HSL | 102.41º | 0.57% | 0.2% | - |
| HSV(B) | 102.41º | 0.73% | 0.31% | - |
| XYZ | 3.85 | 6.23 | 1.76 | - |
| YUV | 61.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 22 | 0.51 | 0 | 0.72 | 0.69 | 102.41 | 0.57 | 0.2 |
| Hex | 27 | 50 | 16 | 33 | 0 | 48 | 45 | 66 | 39 | 14 |
| Octal | 47 | 120 | 26 | 63 | 0 | 110 | 105 | 146 | 71 | 24 |
| Binary | 100111 | 1010000 | 10110 | 110011 | 0 | 1001000 | 1000101 | 1100110 | 111001 | 10100 |
Color Harmonies of #275016
Complementary color
Monochromatic Colors of #275016
Black with #275016
Text Example
Text Example
White with #275016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275016; }
p { color: rgb(39,80,22); }
H1.HeaderClassName
{
color: #275016;
}
.AnyTagClassName
{
color: #275016;
}
</style>
background-color css
<style>
a { background-color: #275016; }
a { background-color: rgb(39,80,22); }
div.DivClassName
{
background-color: #275016;
}
.BgClassName
{
background-color: #275016;
}
</style>
border-color css
<style>
span { border-color: #275016; }
span { border-color: rgb(39,80,22); }
td.TdClassName
{
border-color: #275016;
}
.TagClassName
{
border-color: #275016;
}
</style>