Shades of Myrtle #275224
Tints of Myrtle #275224
RGB
CMYK
RGB Variations
Color information
#275224 (or 0x275224) is known color: Myrtle. HEX triplet: 27, 52 and 24. RGB value is (39,82,36). Sum of RGB (Red+Green+Blue) = 39+82+36=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #275224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275224 is #D8ADDB. Grayscale: #404040. Windows color (decimal): -14200284 or 2380327. OLE color: 2380327.
HSL color Cylindrical-coordinate representation of color #275224: hue angle of 116.09º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275224 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 36 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.68 |
| HSL | 116.09º | 0.39% | 0.23% | - |
| HSV(B) | 116.09º | 0.56% | 0.32% | - |
| XYZ | 4.17 | 6.59 | 2.72 | - |
| YUV | 63.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 36 | 0.52 | 0 | 0.56 | 0.68 | 116.09 | 0.39 | 0.23 |
| Hex | 27 | 52 | 24 | 34 | 0 | 38 | 44 | 74 | 27 | 17 |
| Octal | 47 | 122 | 44 | 64 | 0 | 70 | 104 | 164 | 47 | 27 |
| Binary | 100111 | 1010010 | 100100 | 110100 | 0 | 111000 | 1000100 | 1110100 | 100111 | 10111 |
Color Harmonies of #275224
Complementary color
Monochromatic Colors of #275224
Black with #275224
Text Example
Text Example
White with #275224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275224; }
p { color: rgb(39,82,36); }
H1.HeaderClassName
{
color: #275224;
}
.AnyTagClassName
{
color: #275224;
}
</style>
background-color css
<style>
a { background-color: #275224; }
a { background-color: rgb(39,82,36); }
div.DivClassName
{
background-color: #275224;
}
.BgClassName
{
background-color: #275224;
}
</style>
border-color css
<style>
span { border-color: #275224; }
span { border-color: rgb(39,82,36); }
td.TdClassName
{
border-color: #275224;
}
.TagClassName
{
border-color: #275224;
}
</style>