Shades of Myrtle #274127
Tints of Myrtle #274127
RGB
CMYK
RGB Variations
Color information
#274127 (or 0x274127) is known color: Myrtle. HEX triplet: 27, 41 and 27. RGB value is (39,65,39). Sum of RGB (Red+Green+Blue) = 39+65+39=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #274127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274127 is #D8BED8. Grayscale: #363636. Windows color (decimal): -14204633 or 2572583. OLE color: 2572583.
HSL color Cylindrical-coordinate representation of color #274127: hue angle of 120º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #274127 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 65 | 39 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.75 |
| HSL | 120º | 0.25% | 0.2% | - |
| HSV(B) | 120º | 0.4% | 0.25% | - |
| XYZ | 3.09 | 4.36 | 2.6 | - |
| YUV | 54.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 39 | 0.40 | 0 | 0.40 | 0.75 | 120 | 0.25 | 0.2 |
| Hex | 27 | 41 | 27 | 28 | 0 | 28 | 4B | 78 | 19 | 14 |
| Octal | 47 | 101 | 47 | 50 | 0 | 50 | 113 | 170 | 31 | 24 |
| Binary | 100111 | 1000001 | 100111 | 101000 | 0 | 101000 | 1001011 | 1111000 | 11001 | 10100 |
Color Harmonies of #274127
Complementary color
Monochromatic Colors of #274127
Black with #274127
Text Example
Text Example
White with #274127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274127; }
p { color: rgb(39,65,39); }
H1.HeaderClassName
{
color: #274127;
}
.AnyTagClassName
{
color: #274127;
}
</style>
background-color css
<style>
a { background-color: #274127; }
a { background-color: rgb(39,65,39); }
div.DivClassName
{
background-color: #274127;
}
.BgClassName
{
background-color: #274127;
}
</style>
border-color css
<style>
span { border-color: #274127; }
span { border-color: rgb(39,65,39); }
td.TdClassName
{
border-color: #274127;
}
.TagClassName
{
border-color: #274127;
}
</style>