Shades of Eden #27745D
Tints of Eden #27745D
RGB
CMYK
RGB Variations
Color information
#27745D (or 0x27745D) is known color: Eden. HEX triplet: 27, 74 and 5D. RGB value is (39,116,93). Sum of RGB (Red+Green+Blue) = 39+116+93=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #27745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27745D is #D88BA2. Grayscale: #5A5A5A. Windows color (decimal): -14191523 or 6124583. OLE color: 6124583.
HSL color Cylindrical-coordinate representation of color #27745D: hue angle of 162.08º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27745D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 116 | 93 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.55 |
| HSL | 162.08º | 0.5% | 0.3% | - |
| HSV(B) | 162.08º | 0.66% | 0.45% | - |
| XYZ | 9.06 | 13.71 | 12.53 | - |
| YUV | 90.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 93 | 0.66 | 0 | 0.20 | 0.55 | 162.08 | 0.5 | 0.3 |
| Hex | 27 | 74 | 5D | 42 | 0 | 14 | 37 | A2 | 32 | 1E |
| Octal | 47 | 164 | 135 | 102 | 0 | 24 | 67 | 242 | 62 | 36 |
| Binary | 100111 | 1110100 | 1011101 | 1000010 | 0 | 10100 | 110111 | 10100010 | 110010 | 11110 |
Color Harmonies of #27745D
Complementary color
Monochromatic Colors of #27745D
Black with #27745D
Text Example
Text Example
White with #27745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27745D; }
p { color: rgb(39,116,93); }
H1.HeaderClassName
{
color: #27745D;
}
.AnyTagClassName
{
color: #27745D;
}
</style>
background-color css
<style>
a { background-color: #27745D; }
a { background-color: rgb(39,116,93); }
div.DivClassName
{
background-color: #27745D;
}
.BgClassName
{
background-color: #27745D;
}
</style>
border-color css
<style>
span { border-color: #27745D; }
span { border-color: rgb(39,116,93); }
td.TdClassName
{
border-color: #27745D;
}
.TagClassName
{
border-color: #27745D;
}
</style>