Shades of Myrtle #275324
Tints of Myrtle #275324
RGB
CMYK
RGB Variations
Color information
#275324 (or 0x275324) is known color: Myrtle. HEX triplet: 27, 53 and 24. RGB value is (39,83,36). Sum of RGB (Red+Green+Blue) = 39+83+36=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #275324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275324 is #D8ACDB. Grayscale: #404040. Windows color (decimal): -14200028 or 2380583. OLE color: 2380583.
HSL color Cylindrical-coordinate representation of color #275324: hue angle of 116.17º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275324 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 83 | 36 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.67 |
| HSL | 116.17º | 0.39% | 0.23% | - |
| HSV(B) | 116.17º | 0.57% | 0.33% | - |
| XYZ | 4.25 | 6.75 | 2.75 | - |
| YUV | 64.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 36 | 0.53 | 0 | 0.57 | 0.67 | 116.17 | 0.39 | 0.23 |
| Hex | 27 | 53 | 24 | 35 | 0 | 39 | 43 | 74 | 27 | 17 |
| Octal | 47 | 123 | 44 | 65 | 0 | 71 | 103 | 164 | 47 | 27 |
| Binary | 100111 | 1010011 | 100100 | 110101 | 0 | 111001 | 1000011 | 1110100 | 100111 | 10111 |
Color Harmonies of #275324
Complementary color
Monochromatic Colors of #275324
Black with #275324
Text Example
Text Example
White with #275324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275324; }
p { color: rgb(39,83,36); }
H1.HeaderClassName
{
color: #275324;
}
.AnyTagClassName
{
color: #275324;
}
</style>
background-color css
<style>
a { background-color: #275324; }
a { background-color: rgb(39,83,36); }
div.DivClassName
{
background-color: #275324;
}
.BgClassName
{
background-color: #275324;
}
</style>
border-color css
<style>
span { border-color: #275324; }
span { border-color: rgb(39,83,36); }
td.TdClassName
{
border-color: #275324;
}
.TagClassName
{
border-color: #275324;
}
</style>