Shades of Myrtle #274A21
Tints of Myrtle #274A21
RGB
CMYK
RGB Variations
Color information
#274A21 (or 0x274A21) is known color: Myrtle. HEX triplet: 27, 4A and 21. RGB value is (39,74,33). Sum of RGB (Red+Green+Blue) = 39+74+33=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #274A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A21 is #D8B5DE. Grayscale: #3A3A3A. Windows color (decimal): -14202335 or 2181671. OLE color: 2181671.
HSL color Cylindrical-coordinate representation of color #274A21: hue angle of 111.22º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #274A21 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 74 | 33 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.71 |
| HSL | 111.22º | 0.38% | 0.21% | - |
| HSV(B) | 111.22º | 0.55% | 0.29% | - |
| XYZ | 3.56 | 5.44 | 2.3 | - |
| YUV | 58.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 33 | 0.47 | 0 | 0.55 | 0.71 | 111.22 | 0.38 | 0.21 |
| Hex | 27 | 4A | 21 | 2F | 0 | 37 | 47 | 6F | 26 | 15 |
| Octal | 47 | 112 | 41 | 57 | 0 | 67 | 107 | 157 | 46 | 25 |
| Binary | 100111 | 1001010 | 100001 | 101111 | 0 | 110111 | 1000111 | 1101111 | 100110 | 10101 |
Color Harmonies of #274A21
Complementary color
Monochromatic Colors of #274A21
Black with #274A21
Text Example
Text Example
White with #274A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A21; }
p { color: rgb(39,74,33); }
H1.HeaderClassName
{
color: #274A21;
}
.AnyTagClassName
{
color: #274A21;
}
</style>
background-color css
<style>
a { background-color: #274A21; }
a { background-color: rgb(39,74,33); }
div.DivClassName
{
background-color: #274A21;
}
.BgClassName
{
background-color: #274A21;
}
</style>
border-color css
<style>
span { border-color: #274A21; }
span { border-color: rgb(39,74,33); }
td.TdClassName
{
border-color: #274A21;
}
.TagClassName
{
border-color: #274A21;
}
</style>