Shades of Myrtle #274C24
Tints of Myrtle #274C24
RGB
CMYK
RGB Variations
Color information
#274C24 (or 0x274C24) is known color: Myrtle. HEX triplet: 27, 4C and 24. RGB value is (39,76,36). Sum of RGB (Red+Green+Blue) = 39+76+36=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #274C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C24 is #D8B3DB. Grayscale: #3C3C3C. Windows color (decimal): -14201820 or 2378791. OLE color: 2378791.
HSL color Cylindrical-coordinate representation of color #274C24: hue angle of 115.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #274C24 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 36 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.70 |
| HSL | 115.5º | 0.36% | 0.22% | - |
| HSV(B) | 115.5º | 0.53% | 0.3% | - |
| XYZ | 3.74 | 5.73 | 2.58 | - |
| YUV | 60.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 36 | 0.49 | 0 | 0.53 | 0.70 | 115.5 | 0.36 | 0.22 |
| Hex | 27 | 4C | 24 | 31 | 0 | 35 | 46 | 74 | 24 | 16 |
| Octal | 47 | 114 | 44 | 61 | 0 | 65 | 106 | 164 | 44 | 26 |
| Binary | 100111 | 1001100 | 100100 | 110001 | 0 | 110101 | 1000110 | 1110100 | 100100 | 10110 |
Color Harmonies of #274C24
Complementary color
Monochromatic Colors of #274C24
Black with #274C24
Text Example
Text Example
White with #274C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C24; }
p { color: rgb(39,76,36); }
H1.HeaderClassName
{
color: #274C24;
}
.AnyTagClassName
{
color: #274C24;
}
</style>
background-color css
<style>
a { background-color: #274C24; }
a { background-color: rgb(39,76,36); }
div.DivClassName
{
background-color: #274C24;
}
.BgClassName
{
background-color: #274C24;
}
</style>
border-color css
<style>
span { border-color: #274C24; }
span { border-color: rgb(39,76,36); }
td.TdClassName
{
border-color: #274C24;
}
.TagClassName
{
border-color: #274C24;
}
</style>