Shades of Myrtle #274725
Tints of Myrtle #274725
RGB
CMYK
RGB Variations
Color information
#274725 (or 0x274725) is known color: Myrtle. HEX triplet: 27, 47 and 25. RGB value is (39,71,37). Sum of RGB (Red+Green+Blue) = 39+71+37=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #274725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274725 is #D8B8DA. Grayscale: #393939. Windows color (decimal): -14203099 or 2443047. OLE color: 2443047.
HSL color Cylindrical-coordinate representation of color #274725: hue angle of 116.47º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274725 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 71 | 37 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.72 |
| HSL | 116.47º | 0.31% | 0.21% | - |
| HSV(B) | 116.47º | 0.48% | 0.28% | - |
| XYZ | 3.42 | 5.07 | 2.55 | - |
| YUV | 57.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 37 | 0.45 | 0 | 0.48 | 0.72 | 116.47 | 0.31 | 0.21 |
| Hex | 27 | 47 | 25 | 2D | 0 | 30 | 48 | 74 | 1F | 15 |
| Octal | 47 | 107 | 45 | 55 | 0 | 60 | 110 | 164 | 37 | 25 |
| Binary | 100111 | 1000111 | 100101 | 101101 | 0 | 110000 | 1001000 | 1110100 | 11111 | 10101 |
Color Harmonies of #274725
Complementary color
Monochromatic Colors of #274725
Black with #274725
Text Example
Text Example
White with #274725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274725; }
p { color: rgb(39,71,37); }
H1.HeaderClassName
{
color: #274725;
}
.AnyTagClassName
{
color: #274725;
}
</style>
background-color css
<style>
a { background-color: #274725; }
a { background-color: rgb(39,71,37); }
div.DivClassName
{
background-color: #274725;
}
.BgClassName
{
background-color: #274725;
}
</style>
border-color css
<style>
span { border-color: #274725; }
span { border-color: rgb(39,71,37); }
td.TdClassName
{
border-color: #274725;
}
.TagClassName
{
border-color: #274725;
}
</style>