Shades of Myrtle #275008
Tints of Myrtle #275008
RGB
CMYK
RGB Variations
Color information
#275008 (or 0x275008) is known color: Myrtle. HEX triplet: 27, 50 and 08. RGB value is (39,80,8). Sum of RGB (Red+Green+Blue) = 39+80+8=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #275008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275008 is #D8AFF7. Grayscale: #3B3B3B. Windows color (decimal): -14200824 or 544807. OLE color: 544807.
HSL color Cylindrical-coordinate representation of color #275008: hue angle of 94.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #275008 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 8 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.69 |
| HSL | 94.17º | 0.82% | 0.17% | - |
| HSV(B) | 94.17º | 0.9% | 0.31% | - |
| XYZ | 3.75 | 6.19 | 1.23 | - |
| YUV | 59.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 8 | 0.51 | 0 | 0.90 | 0.69 | 94.17 | 0.82 | 0.17 |
| Hex | 27 | 50 | 8 | 33 | 0 | 5A | 45 | 5E | 52 | 11 |
| Octal | 47 | 120 | 10 | 63 | 0 | 132 | 105 | 136 | 122 | 21 |
| Binary | 100111 | 1010000 | 1000 | 110011 | 0 | 1011010 | 1000101 | 1011110 | 1010010 | 10001 |
Color Harmonies of #275008
Complementary color
Monochromatic Colors of #275008
Black with #275008
Text Example
Text Example
White with #275008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275008; }
p { color: rgb(39,80,8); }
H1.HeaderClassName
{
color: #275008;
}
.AnyTagClassName
{
color: #275008;
}
</style>
background-color css
<style>
a { background-color: #275008; }
a { background-color: rgb(39,80,8); }
div.DivClassName
{
background-color: #275008;
}
.BgClassName
{
background-color: #275008;
}
</style>
border-color css
<style>
span { border-color: #275008; }
span { border-color: rgb(39,80,8); }
td.TdClassName
{
border-color: #275008;
}
.TagClassName
{
border-color: #275008;
}
</style>