Shades of Eden #276355
Tints of Eden #276355
RGB
CMYK
RGB Variations
Color information
#276355 (or 0x276355) is known color: Eden. HEX triplet: 27, 63 and 55. RGB value is (39,99,85). Sum of RGB (Red+Green+Blue) = 39+99+85=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #276355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276355 is #D89CAA. Grayscale: #4F4F4F. Windows color (decimal): -14195883 or 5595943. OLE color: 5595943.
HSL color Cylindrical-coordinate representation of color #276355: hue angle of 166º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276355 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 99 | 85 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.61 |
| HSL | 166º | 0.43% | 0.27% | - |
| HSV(B) | 166º | 0.61% | 0.39% | - |
| XYZ | 6.94 | 10.01 | 10.16 | - |
| YUV | 79.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 85 | 0.61 | 0 | 0.14 | 0.61 | 166 | 0.43 | 0.27 |
| Hex | 27 | 63 | 55 | 3D | 0 | E | 3D | A6 | 2B | 1B |
| Octal | 47 | 143 | 125 | 75 | 0 | 16 | 75 | 246 | 53 | 33 |
| Binary | 100111 | 1100011 | 1010101 | 111101 | 0 | 1110 | 111101 | 10100110 | 101011 | 11011 |
Color Harmonies of #276355
Complementary color
Monochromatic Colors of #276355
Black with #276355
Text Example
Text Example
White with #276355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276355; }
p { color: rgb(39,99,85); }
H1.HeaderClassName
{
color: #276355;
}
.AnyTagClassName
{
color: #276355;
}
</style>
background-color css
<style>
a { background-color: #276355; }
a { background-color: rgb(39,99,85); }
div.DivClassName
{
background-color: #276355;
}
.BgClassName
{
background-color: #276355;
}
</style>
border-color css
<style>
span { border-color: #276355; }
span { border-color: rgb(39,99,85); }
td.TdClassName
{
border-color: #276355;
}
.TagClassName
{
border-color: #276355;
}
</style>