Shades of Eden #27695A
Tints of Eden #27695A
RGB
CMYK
RGB Variations
Color information
#27695A (or 0x27695A) is known color: Eden. HEX triplet: 27, 69 and 5A. RGB value is (39,105,90). Sum of RGB (Red+Green+Blue) = 39+105+90=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #27695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27695A is #D896A5. Grayscale: #535353. Windows color (decimal): -14194342 or 5925159. OLE color: 5925159.
HSL color Cylindrical-coordinate representation of color #27695A: hue angle of 166.36º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27695A is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 105 | 90 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.59 |
| HSL | 166.36º | 0.46% | 0.28% | - |
| HSV(B) | 166.36º | 0.63% | 0.41% | - |
| XYZ | 7.73 | 11.27 | 11.44 | - |
| YUV | 83.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 90 | 0.63 | 0 | 0.14 | 0.59 | 166.36 | 0.46 | 0.28 |
| Hex | 27 | 69 | 5A | 3F | 0 | E | 3B | A6 | 2E | 1C |
| Octal | 47 | 151 | 132 | 77 | 0 | 16 | 73 | 246 | 56 | 34 |
| Binary | 100111 | 1101001 | 1011010 | 111111 | 0 | 1110 | 111011 | 10100110 | 101110 | 11100 |
Color Harmonies of #27695A
Complementary color
Monochromatic Colors of #27695A
Black with #27695A
Text Example
Text Example
White with #27695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27695A; }
p { color: rgb(39,105,90); }
H1.HeaderClassName
{
color: #27695A;
}
.AnyTagClassName
{
color: #27695A;
}
</style>
background-color css
<style>
a { background-color: #27695A; }
a { background-color: rgb(39,105,90); }
div.DivClassName
{
background-color: #27695A;
}
.BgClassName
{
background-color: #27695A;
}
</style>
border-color css
<style>
span { border-color: #27695A; }
span { border-color: rgb(39,105,90); }
td.TdClassName
{
border-color: #27695A;
}
.TagClassName
{
border-color: #27695A;
}
</style>