Shades of Eden #26745D
Tints of Eden #26745D
RGB
CMYK
RGB Variations
Color information
#26745D (or 0x26745D) is known color: Eden. HEX triplet: 26, 74 and 5D. RGB value is (38,116,93). Sum of RGB (Red+Green+Blue) = 38+116+93=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #26745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26745D is #D98BA2. Grayscale: #5A5A5A. Windows color (decimal): -14257059 or 6124582. OLE color: 6124582.
HSL color Cylindrical-coordinate representation of color #26745D: hue angle of 162.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26745D is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 116 | 93 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.55 |
| HSL | 162.31º | 0.51% | 0.3% | - |
| HSV(B) | 162.31º | 0.67% | 0.45% | - |
| XYZ | 9.02 | 13.69 | 12.52 | - |
| YUV | 90.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 93 | 0.67 | 0 | 0.20 | 0.55 | 162.31 | 0.51 | 0.3 |
| Hex | 26 | 74 | 5D | 43 | 0 | 14 | 37 | A2 | 33 | 1E |
| Octal | 46 | 164 | 135 | 103 | 0 | 24 | 67 | 242 | 63 | 36 |
| Binary | 100110 | 1110100 | 1011101 | 1000011 | 0 | 10100 | 110111 | 10100010 | 110011 | 11110 |
Color Harmonies of #26745D
Complementary color
Monochromatic Colors of #26745D
Black with #26745D
Text Example
Text Example
White with #26745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26745D; }
p { color: rgb(38,116,93); }
H1.HeaderClassName
{
color: #26745D;
}
.AnyTagClassName
{
color: #26745D;
}
</style>
background-color css
<style>
a { background-color: #26745D; }
a { background-color: rgb(38,116,93); }
div.DivClassName
{
background-color: #26745D;
}
.BgClassName
{
background-color: #26745D;
}
</style>
border-color css
<style>
span { border-color: #26745D; }
span { border-color: rgb(38,116,93); }
td.TdClassName
{
border-color: #26745D;
}
.TagClassName
{
border-color: #26745D;
}
</style>