Shades of Myrtle #274520
Tints of Myrtle #274520
RGB
CMYK
RGB Variations
Color information
#274520 (or 0x274520) is known color: Myrtle. HEX triplet: 27, 45 and 20. RGB value is (39,69,32). Sum of RGB (Red+Green+Blue) = 39+69+32=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #274520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274520 is #D8BADF. Grayscale: #373737. Windows color (decimal): -14203616 or 2114855. OLE color: 2114855.
HSL color Cylindrical-coordinate representation of color #274520: hue angle of 108.65º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274520 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 69 | 32 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.73 |
| HSL | 108.65º | 0.37% | 0.2% | - |
| HSV(B) | 108.65º | 0.54% | 0.27% | - |
| XYZ | 3.23 | 4.79 | 2.12 | - |
| YUV | 55.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 32 | 0.43 | 0 | 0.54 | 0.73 | 108.65 | 0.37 | 0.2 |
| Hex | 27 | 45 | 20 | 2B | 0 | 36 | 49 | 6D | 25 | 14 |
| Octal | 47 | 105 | 40 | 53 | 0 | 66 | 111 | 155 | 45 | 24 |
| Binary | 100111 | 1000101 | 100000 | 101011 | 0 | 110110 | 1001001 | 1101101 | 100101 | 10100 |
Color Harmonies of #274520
Complementary color
Monochromatic Colors of #274520
Black with #274520
Text Example
Text Example
White with #274520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274520; }
p { color: rgb(39,69,32); }
H1.HeaderClassName
{
color: #274520;
}
.AnyTagClassName
{
color: #274520;
}
</style>
background-color css
<style>
a { background-color: #274520; }
a { background-color: rgb(39,69,32); }
div.DivClassName
{
background-color: #274520;
}
.BgClassName
{
background-color: #274520;
}
</style>
border-color css
<style>
span { border-color: #274520; }
span { border-color: rgb(39,69,32); }
td.TdClassName
{
border-color: #274520;
}
.TagClassName
{
border-color: #274520;
}
</style>