Shades of Eden #26615D
Tints of Eden #26615D
RGB
CMYK
RGB Variations
Color information
#26615D (or 0x26615D) is known color: Eden. HEX triplet: 26, 61 and 5D. RGB value is (38,97,93). Sum of RGB (Red+Green+Blue) = 38+97+93=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #26615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26615D is #D99EA2. Grayscale: #4E4E4E. Windows color (decimal): -14261923 or 6119718. OLE color: 6119718.
HSL color Cylindrical-coordinate representation of color #26615D: hue angle of 175.93º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26615D is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 93 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.62 |
| HSL | 175.93º | 0.44% | 0.26% | - |
| HSV(B) | 175.93º | 0.61% | 0.38% | - |
| XYZ | 7.05 | 9.75 | 11.87 | - |
| YUV | 78.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 93 | 0.61 | 0 | 0.04 | 0.62 | 175.93 | 0.44 | 0.26 |
| Hex | 26 | 61 | 5D | 3D | 0 | 4 | 3E | B0 | 2C | 1A |
| Octal | 46 | 141 | 135 | 75 | 0 | 4 | 76 | 260 | 54 | 32 |
| Binary | 100110 | 1100001 | 1011101 | 111101 | 0 | 100 | 111110 | 10110000 | 101100 | 11010 |
Color Harmonies of #26615D
Complementary color
Monochromatic Colors of #26615D
Black with #26615D
Text Example
Text Example
White with #26615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26615D; }
p { color: rgb(38,97,93); }
H1.HeaderClassName
{
color: #26615D;
}
.AnyTagClassName
{
color: #26615D;
}
</style>
background-color css
<style>
a { background-color: #26615D; }
a { background-color: rgb(38,97,93); }
div.DivClassName
{
background-color: #26615D;
}
.BgClassName
{
background-color: #26615D;
}
</style>
border-color css
<style>
span { border-color: #26615D; }
span { border-color: rgb(38,97,93); }
td.TdClassName
{
border-color: #26615D;
}
.TagClassName
{
border-color: #26615D;
}
</style>