Shades of Myrtle #275010
Tints of Myrtle #275010
RGB
CMYK
RGB Variations
Color information
#275010 (or 0x275010) is known color: Myrtle. HEX triplet: 27, 50 and 10. RGB value is (39,80,16). Sum of RGB (Red+Green+Blue) = 39+80+16=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #275010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275010 is #D8AFEF. Grayscale: #3C3C3C. Windows color (decimal): -14200816 or 1069095. OLE color: 1069095.
HSL color Cylindrical-coordinate representation of color #275010: hue angle of 98.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275010 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 16 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.69 |
| HSL | 98.44º | 0.67% | 0.19% | - |
| HSV(B) | 98.44º | 0.8% | 0.31% | - |
| XYZ | 3.8 | 6.21 | 1.49 | - |
| YUV | 60.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 16 | 0.51 | 0 | 0.80 | 0.69 | 98.44 | 0.67 | 0.19 |
| Hex | 27 | 50 | 10 | 33 | 0 | 50 | 45 | 62 | 43 | 13 |
| Octal | 47 | 120 | 20 | 63 | 0 | 120 | 105 | 142 | 103 | 23 |
| Binary | 100111 | 1010000 | 10000 | 110011 | 0 | 1010000 | 1000101 | 1100010 | 1000011 | 10011 |
Color Harmonies of #275010
Complementary color
Monochromatic Colors of #275010
Black with #275010
Text Example
Text Example
White with #275010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275010; }
p { color: rgb(39,80,16); }
H1.HeaderClassName
{
color: #275010;
}
.AnyTagClassName
{
color: #275010;
}
</style>
background-color css
<style>
a { background-color: #275010; }
a { background-color: rgb(39,80,16); }
div.DivClassName
{
background-color: #275010;
}
.BgClassName
{
background-color: #275010;
}
</style>
border-color css
<style>
span { border-color: #275010; }
span { border-color: rgb(39,80,16); }
td.TdClassName
{
border-color: #275010;
}
.TagClassName
{
border-color: #275010;
}
</style>