Shades of Myrtle #275523
Tints of Myrtle #275523
RGB
CMYK
RGB Variations
Color information
#275523 (or 0x275523) is known color: Myrtle. HEX triplet: 27, 55 and 23. RGB value is (39,85,35). Sum of RGB (Red+Green+Blue) = 39+85+35=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #275523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275523 is #D8AADC. Grayscale: #414141. Windows color (decimal): -14199517 or 2315559. OLE color: 2315559.
HSL color Cylindrical-coordinate representation of color #275523: hue angle of 115.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275523 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 85 | 35 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.67 |
| HSL | 115.2º | 0.42% | 0.24% | - |
| HSV(B) | 115.2º | 0.59% | 0.33% | - |
| XYZ | 4.39 | 7.05 | 2.72 | - |
| YUV | 65.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 35 | 0.54 | 0 | 0.59 | 0.67 | 115.2 | 0.42 | 0.24 |
| Hex | 27 | 55 | 23 | 36 | 0 | 3B | 43 | 73 | 2A | 18 |
| Octal | 47 | 125 | 43 | 66 | 0 | 73 | 103 | 163 | 52 | 30 |
| Binary | 100111 | 1010101 | 100011 | 110110 | 0 | 111011 | 1000011 | 1110011 | 101010 | 11000 |
Color Harmonies of #275523
Complementary color
Monochromatic Colors of #275523
Black with #275523
Text Example
Text Example
White with #275523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275523; }
p { color: rgb(39,85,35); }
H1.HeaderClassName
{
color: #275523;
}
.AnyTagClassName
{
color: #275523;
}
</style>
background-color css
<style>
a { background-color: #275523; }
a { background-color: rgb(39,85,35); }
div.DivClassName
{
background-color: #275523;
}
.BgClassName
{
background-color: #275523;
}
</style>
border-color css
<style>
span { border-color: #275523; }
span { border-color: rgb(39,85,35); }
td.TdClassName
{
border-color: #275523;
}
.TagClassName
{
border-color: #275523;
}
</style>