Shades of Myrtle #274229
Tints of Myrtle #274229
RGB
CMYK
RGB Variations
Color information
#274229 (or 0x274229) is known color: Myrtle. HEX triplet: 27, 42 and 29. RGB value is (39,66,41). Sum of RGB (Red+Green+Blue) = 39+66+41=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #274229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274229 is #D8BDD6. Grayscale: #373737. Windows color (decimal): -14204375 or 2703911. OLE color: 2703911.
HSL color Cylindrical-coordinate representation of color #274229: hue angle of 124.44º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #274229 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 41 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.74 |
| HSL | 124.44º | 0.26% | 0.21% | - |
| HSV(B) | 124.44º | 0.41% | 0.26% | - |
| XYZ | 3.19 | 4.49 | 2.8 | - |
| YUV | 55.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 41 | 0.41 | 0 | 0.38 | 0.74 | 124.44 | 0.26 | 0.21 |
| Hex | 27 | 42 | 29 | 29 | 0 | 26 | 4A | 7C | 1A | 15 |
| Octal | 47 | 102 | 51 | 51 | 0 | 46 | 112 | 174 | 32 | 25 |
| Binary | 100111 | 1000010 | 101001 | 101001 | 0 | 100110 | 1001010 | 1111100 | 11010 | 10101 |
Color Harmonies of #274229
Complementary color
Monochromatic Colors of #274229
Black with #274229
Text Example
Text Example
White with #274229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274229; }
p { color: rgb(39,66,41); }
H1.HeaderClassName
{
color: #274229;
}
.AnyTagClassName
{
color: #274229;
}
</style>
background-color css
<style>
a { background-color: #274229; }
a { background-color: rgb(39,66,41); }
div.DivClassName
{
background-color: #274229;
}
.BgClassName
{
background-color: #274229;
}
</style>
border-color css
<style>
span { border-color: #274229; }
span { border-color: rgb(39,66,41); }
td.TdClassName
{
border-color: #274229;
}
.TagClassName
{
border-color: #274229;
}
</style>