Shades of Myrtle #275503
Tints of Myrtle #275503
RGB
CMYK
RGB Variations
Color information
#275503 (or 0x275503) is known color: Myrtle. HEX triplet: 27, 55 and 03. RGB value is (39,85,3). Sum of RGB (Red+Green+Blue) = 39+85+3=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #275503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275503 is #D8AAFC. Grayscale: #3E3E3E. Windows color (decimal): -14199549 or 218407. OLE color: 218407.
HSL color Cylindrical-coordinate representation of color #275503: hue angle of 93.66º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #275503 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 3 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.67 |
| HSL | 93.66º | 0.93% | 0.17% | - |
| HSV(B) | 93.66º | 0.96% | 0.33% | - |
| XYZ | 4.1 | 6.93 | 1.21 | - |
| YUV | 61.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 3 | 0.54 | 0 | 0.96 | 0.67 | 93.66 | 0.93 | 0.17 |
| Hex | 27 | 55 | 3 | 36 | 0 | 60 | 43 | 5E | 5D | 11 |
| Octal | 47 | 125 | 3 | 66 | 0 | 140 | 103 | 136 | 135 | 21 |
| Binary | 100111 | 1010101 | 11 | 110110 | 0 | 1100000 | 1000011 | 1011110 | 1011101 | 10001 |
Color Harmonies of #275503
Complementary color
Monochromatic Colors of #275503
Black with #275503
Text Example
Text Example
White with #275503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275503; }
p { color: rgb(39,85,3); }
H1.HeaderClassName
{
color: #275503;
}
.AnyTagClassName
{
color: #275503;
}
</style>
background-color css
<style>
a { background-color: #275503; }
a { background-color: rgb(39,85,3); }
div.DivClassName
{
background-color: #275503;
}
.BgClassName
{
background-color: #275503;
}
</style>
border-color css
<style>
span { border-color: #275503; }
span { border-color: rgb(39,85,3); }
td.TdClassName
{
border-color: #275503;
}
.TagClassName
{
border-color: #275503;
}
</style>