Shades of Myrtle #274D19
Tints of Myrtle #274D19
RGB
CMYK
RGB Variations
Color information
#274D19 (or 0x274D19) is known color: Myrtle. HEX triplet: 27, 4D and 19. RGB value is (39,77,25). Sum of RGB (Red+Green+Blue) = 39+77+25=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #274D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D19 is #D8B2E6. Grayscale: #3B3B3B. Windows color (decimal): -14201575 or 1658151. OLE color: 1658151.
HSL color Cylindrical-coordinate representation of color #274D19: hue angle of 103.85º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274D19 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 77 | 25 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.70 |
| HSL | 103.85º | 0.51% | 0.2% | - |
| HSV(B) | 103.85º | 0.68% | 0.3% | - |
| XYZ | 3.67 | 5.81 | 1.85 | - |
| YUV | 59.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 25 | 0.49 | 0 | 0.68 | 0.70 | 103.85 | 0.51 | 0.2 |
| Hex | 27 | 4D | 19 | 31 | 0 | 44 | 46 | 68 | 33 | 14 |
| Octal | 47 | 115 | 31 | 61 | 0 | 104 | 106 | 150 | 63 | 24 |
| Binary | 100111 | 1001101 | 11001 | 110001 | 0 | 1000100 | 1000110 | 1101000 | 110011 | 10100 |
Color Harmonies of #274D19
Complementary color
Monochromatic Colors of #274D19
Black with #274D19
Text Example
Text Example
White with #274D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D19; }
p { color: rgb(39,77,25); }
H1.HeaderClassName
{
color: #274D19;
}
.AnyTagClassName
{
color: #274D19;
}
</style>
background-color css
<style>
a { background-color: #274D19; }
a { background-color: rgb(39,77,25); }
div.DivClassName
{
background-color: #274D19;
}
.BgClassName
{
background-color: #274D19;
}
</style>
border-color css
<style>
span { border-color: #274D19; }
span { border-color: rgb(39,77,25); }
td.TdClassName
{
border-color: #274D19;
}
.TagClassName
{
border-color: #274D19;
}
</style>