Shades of Eden #27725A
Tints of Eden #27725A
RGB
CMYK
RGB Variations
Color information
#27725A (or 0x27725A) is known color: Eden. HEX triplet: 27, 72 and 5A. RGB value is (39,114,90). Sum of RGB (Red+Green+Blue) = 39+114+90=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #27725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27725A is #D88DA5. Grayscale: #585858. Windows color (decimal): -14192038 or 5927463. OLE color: 5927463.
HSL color Cylindrical-coordinate representation of color #27725A: hue angle of 160.8º degrees, saturation: 0.49, 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 #27725A is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 90 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.55 |
| HSL | 160.8º | 0.49% | 0.3% | - |
| HSV(B) | 160.8º | 0.66% | 0.45% | - |
| XYZ | 8.7 | 13.2 | 11.76 | - |
| YUV | 88.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 90 | 0.66 | 0 | 0.21 | 0.55 | 160.8 | 0.49 | 0.3 |
| Hex | 27 | 72 | 5A | 42 | 0 | 15 | 37 | A1 | 31 | 1E |
| Octal | 47 | 162 | 132 | 102 | 0 | 25 | 67 | 241 | 61 | 36 |
| Binary | 100111 | 1110010 | 1011010 | 1000010 | 0 | 10101 | 110111 | 10100001 | 110001 | 11110 |
Color Harmonies of #27725A
Complementary color
Monochromatic Colors of #27725A
Black with #27725A
Text Example
Text Example
White with #27725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27725A; }
p { color: rgb(39,114,90); }
H1.HeaderClassName
{
color: #27725A;
}
.AnyTagClassName
{
color: #27725A;
}
</style>
background-color css
<style>
a { background-color: #27725A; }
a { background-color: rgb(39,114,90); }
div.DivClassName
{
background-color: #27725A;
}
.BgClassName
{
background-color: #27725A;
}
</style>
border-color css
<style>
span { border-color: #27725A; }
span { border-color: rgb(39,114,90); }
td.TdClassName
{
border-color: #27725A;
}
.TagClassName
{
border-color: #27725A;
}
</style>