Shades of Eden #26615C
Tints of Eden #26615C
RGB
CMYK
RGB Variations
Color information
#26615C (or 0x26615C) is known color: Eden. HEX triplet: 26, 61 and 5C. RGB value is (38,97,92). Sum of RGB (Red+Green+Blue) = 38+97+92=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #26615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26615C is #D99EA3. Grayscale: #4E4E4E. Windows color (decimal): -14261924 or 6054182. OLE color: 6054182.
HSL color Cylindrical-coordinate representation of color #26615C: hue angle of 174.92º 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 #26615C is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 92 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.62 |
| HSL | 174.92º | 0.44% | 0.26% | - |
| HSV(B) | 174.92º | 0.61% | 0.38% | - |
| XYZ | 7.01 | 9.73 | 11.63 | - |
| YUV | 78.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 92 | 0.61 | 0 | 0.05 | 0.62 | 174.92 | 0.44 | 0.26 |
| Hex | 26 | 61 | 5C | 3D | 0 | 5 | 3E | AF | 2C | 1A |
| Octal | 46 | 141 | 134 | 75 | 0 | 5 | 76 | 257 | 54 | 32 |
| Binary | 100110 | 1100001 | 1011100 | 111101 | 0 | 101 | 111110 | 10101111 | 101100 | 11010 |
Color Harmonies of #26615C
Complementary color
Monochromatic Colors of #26615C
Black with #26615C
Text Example
Text Example
White with #26615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26615C; }
p { color: rgb(38,97,92); }
H1.HeaderClassName
{
color: #26615C;
}
.AnyTagClassName
{
color: #26615C;
}
</style>
background-color css
<style>
a { background-color: #26615C; }
a { background-color: rgb(38,97,92); }
div.DivClassName
{
background-color: #26615C;
}
.BgClassName
{
background-color: #26615C;
}
</style>
border-color css
<style>
span { border-color: #26615C; }
span { border-color: rgb(38,97,92); }
td.TdClassName
{
border-color: #26615C;
}
.TagClassName
{
border-color: #26615C;
}
</style>