Shades of Myrtle #27492A
Tints of Myrtle #27492A
RGB
CMYK
RGB Variations
Color information
#27492A (or 0x27492A) is known color: Myrtle. HEX triplet: 27, 49 and 2A. RGB value is (39,73,42). Sum of RGB (Red+Green+Blue) = 39+73+42=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #27492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27492A is #D8B6D5. Grayscale: #3B3B3B. Windows color (decimal): -14202582 or 2771239. OLE color: 2771239.
HSL color Cylindrical-coordinate representation of color #27492A: hue angle of 125.29º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27492A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 73 | 42 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.71 |
| HSL | 125.29º | 0.3% | 0.22% | - |
| HSV(B) | 125.29º | 0.47% | 0.29% | - |
| XYZ | 3.64 | 5.36 | 3.03 | - |
| YUV | 59.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 42 | 0.47 | 0 | 0.42 | 0.71 | 125.29 | 0.3 | 0.22 |
| Hex | 27 | 49 | 2A | 2F | 0 | 2A | 47 | 7D | 1E | 16 |
| Octal | 47 | 111 | 52 | 57 | 0 | 52 | 107 | 175 | 36 | 26 |
| Binary | 100111 | 1001001 | 101010 | 101111 | 0 | 101010 | 1000111 | 1111101 | 11110 | 10110 |
Color Harmonies of #27492A
Complementary color
Monochromatic Colors of #27492A
Black with #27492A
Text Example
Text Example
White with #27492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27492A; }
p { color: rgb(39,73,42); }
H1.HeaderClassName
{
color: #27492A;
}
.AnyTagClassName
{
color: #27492A;
}
</style>
background-color css
<style>
a { background-color: #27492A; }
a { background-color: rgb(39,73,42); }
div.DivClassName
{
background-color: #27492A;
}
.BgClassName
{
background-color: #27492A;
}
</style>
border-color css
<style>
span { border-color: #27492A; }
span { border-color: rgb(39,73,42); }
td.TdClassName
{
border-color: #27492A;
}
.TagClassName
{
border-color: #27492A;
}
</style>