Shades of Myrtle #27421E
Tints of Myrtle #27421E
RGB
CMYK
RGB Variations
Color information
#27421E (or 0x27421E) is known color: Myrtle. HEX triplet: 27, 42 and 1E. RGB value is (39,66,30). Sum of RGB (Red+Green+Blue) = 39+66+30=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #27421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27421E is #D8BDE1. Grayscale: #353535. Windows color (decimal): -14204386 or 1983015. OLE color: 1983015.
HSL color Cylindrical-coordinate representation of color #27421E: hue angle of 105º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #27421E is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 66 | 30 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.74 |
| HSL | 105º | 0.38% | 0.19% | - |
| HSV(B) | 105º | 0.55% | 0.26% | - |
| XYZ | 3.02 | 4.42 | 1.92 | - |
| YUV | 53.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 66 | 30 | 0.41 | 0 | 0.55 | 0.74 | 105 | 0.38 | 0.19 |
| Hex | 27 | 42 | 1E | 29 | 0 | 37 | 4A | 69 | 26 | 13 |
| Octal | 47 | 102 | 36 | 51 | 0 | 67 | 112 | 151 | 46 | 23 |
| Binary | 100111 | 1000010 | 11110 | 101001 | 0 | 110111 | 1001010 | 1101001 | 100110 | 10011 |
Color Harmonies of #27421E
Complementary color
Monochromatic Colors of #27421E
Black with #27421E
Text Example
Text Example
White with #27421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27421E; }
p { color: rgb(39,66,30); }
H1.HeaderClassName
{
color: #27421E;
}
.AnyTagClassName
{
color: #27421E;
}
</style>
background-color css
<style>
a { background-color: #27421E; }
a { background-color: rgb(39,66,30); }
div.DivClassName
{
background-color: #27421E;
}
.BgClassName
{
background-color: #27421E;
}
</style>
border-color css
<style>
span { border-color: #27421E; }
span { border-color: rgb(39,66,30); }
td.TdClassName
{
border-color: #27421E;
}
.TagClassName
{
border-color: #27421E;
}
</style>