Shades of Myrtle #27461A
Tints of Myrtle #27461A
RGB
CMYK
RGB Variations
Color information
#27461A (or 0x27461A) is known color: Myrtle. HEX triplet: 27, 46 and 1A. RGB value is (39,70,26). Sum of RGB (Red+Green+Blue) = 39+70+26=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #27461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27461A is #D8B9E5. Grayscale: #373737. Windows color (decimal): -14203366 or 1721895. OLE color: 1721895.
HSL color Cylindrical-coordinate representation of color #27461A: hue angle of 102.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27461A is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 26 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.73 |
| HSL | 102.27º | 0.46% | 0.19% | - |
| HSV(B) | 102.27º | 0.63% | 0.27% | - |
| XYZ | 3.21 | 4.89 | 1.75 | - |
| YUV | 55.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 26 | 0.44 | 0 | 0.63 | 0.73 | 102.27 | 0.46 | 0.19 |
| Hex | 27 | 46 | 1A | 2C | 0 | 3F | 49 | 66 | 2E | 13 |
| Octal | 47 | 106 | 32 | 54 | 0 | 77 | 111 | 146 | 56 | 23 |
| Binary | 100111 | 1000110 | 11010 | 101100 | 0 | 111111 | 1001001 | 1100110 | 101110 | 10011 |
Color Harmonies of #27461A
Complementary color
Monochromatic Colors of #27461A
Black with #27461A
Text Example
Text Example
White with #27461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27461A; }
p { color: rgb(39,70,26); }
H1.HeaderClassName
{
color: #27461A;
}
.AnyTagClassName
{
color: #27461A;
}
</style>
background-color css
<style>
a { background-color: #27461A; }
a { background-color: rgb(39,70,26); }
div.DivClassName
{
background-color: #27461A;
}
.BgClassName
{
background-color: #27461A;
}
</style>
border-color css
<style>
span { border-color: #27461A; }
span { border-color: rgb(39,70,26); }
td.TdClassName
{
border-color: #27461A;
}
.TagClassName
{
border-color: #27461A;
}
</style>