Shades of Eden #265950
Tints of Eden #265950
RGB
CMYK
RGB Variations
Color information
#265950 (or 0x265950) is known color: Eden. HEX triplet: 26, 59 and 50. RGB value is (38,89,80). Sum of RGB (Red+Green+Blue) = 38+89+80=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #265950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265950 is #D9A6AF. Grayscale: #484848. Windows color (decimal): -14263984 or 5265702. OLE color: 5265702.
HSL color Cylindrical-coordinate representation of color #265950: hue angle of 169.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265950 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 89 | 80 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.65 |
| HSL | 169.41º | 0.4% | 0.25% | - |
| HSV(B) | 169.41º | 0.57% | 0.35% | - |
| XYZ | 5.82 | 8.14 | 8.85 | - |
| YUV | 72.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 80 | 0.57 | 0 | 0.10 | 0.65 | 169.41 | 0.4 | 0.25 |
| Hex | 26 | 59 | 50 | 39 | 0 | A | 41 | A9 | 28 | 19 |
| Octal | 46 | 131 | 120 | 71 | 0 | 12 | 101 | 251 | 50 | 31 |
| Binary | 100110 | 1011001 | 1010000 | 111001 | 0 | 1010 | 1000001 | 10101001 | 101000 | 11001 |
Color Harmonies of #265950
Complementary color
Monochromatic Colors of #265950
Black with #265950
Text Example
Text Example
White with #265950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265950; }
p { color: rgb(38,89,80); }
H1.HeaderClassName
{
color: #265950;
}
.AnyTagClassName
{
color: #265950;
}
</style>
background-color css
<style>
a { background-color: #265950; }
a { background-color: rgb(38,89,80); }
div.DivClassName
{
background-color: #265950;
}
.BgClassName
{
background-color: #265950;
}
</style>
border-color css
<style>
span { border-color: #265950; }
span { border-color: rgb(38,89,80); }
td.TdClassName
{
border-color: #265950;
}
.TagClassName
{
border-color: #265950;
}
</style>