Shades of Eden #27685A
Tints of Eden #27685A
RGB
CMYK
RGB Variations
Color information
#27685A (or 0x27685A) is known color: Eden. HEX triplet: 27, 68 and 5A. RGB value is (39,104,90). Sum of RGB (Red+Green+Blue) = 39+104+90=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #27685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27685A is #D897A5. Grayscale: #525252. Windows color (decimal): -14194598 or 5924903. OLE color: 5924903.
HSL color Cylindrical-coordinate representation of color #27685A: hue angle of 167.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27685A is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 104 | 90 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.59 |
| HSL | 167.08º | 0.45% | 0.28% | - |
| HSV(B) | 167.08º | 0.63% | 0.41% | - |
| XYZ | 7.63 | 11.07 | 11.41 | - |
| YUV | 82.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 90 | 0.62 | 0 | 0.13 | 0.59 | 167.08 | 0.45 | 0.28 |
| Hex | 27 | 68 | 5A | 3E | 0 | D | 3B | A7 | 2D | 1C |
| Octal | 47 | 150 | 132 | 76 | 0 | 15 | 73 | 247 | 55 | 34 |
| Binary | 100111 | 1101000 | 1011010 | 111110 | 0 | 1101 | 111011 | 10100111 | 101101 | 11100 |
Color Harmonies of #27685A
Complementary color
Monochromatic Colors of #27685A
Black with #27685A
Text Example
Text Example
White with #27685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27685A; }
p { color: rgb(39,104,90); }
H1.HeaderClassName
{
color: #27685A;
}
.AnyTagClassName
{
color: #27685A;
}
</style>
background-color css
<style>
a { background-color: #27685A; }
a { background-color: rgb(39,104,90); }
div.DivClassName
{
background-color: #27685A;
}
.BgClassName
{
background-color: #27685A;
}
</style>
border-color css
<style>
span { border-color: #27685A; }
span { border-color: rgb(39,104,90); }
td.TdClassName
{
border-color: #27685A;
}
.TagClassName
{
border-color: #27685A;
}
</style>