Shades of Eden #265850
Tints of Eden #265850
RGB
CMYK
RGB Variations
Color information
#265850 (or 0x265850) is known color: Eden. HEX triplet: 26, 58 and 50. RGB value is (38,88,80). Sum of RGB (Red+Green+Blue) = 38+88+80=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #265850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265850 is #D9A7AF. Grayscale: #484848. Windows color (decimal): -14264240 or 5265446. OLE color: 5265446.
HSL color Cylindrical-coordinate representation of color #265850: hue angle of 170.4º 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 #265850 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 80 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.65 |
| HSL | 170.4º | 0.4% | 0.25% | - |
| HSV(B) | 170.4º | 0.57% | 0.35% | - |
| XYZ | 5.74 | 7.97 | 8.83 | - |
| YUV | 72.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 80 | 0.57 | 0 | 0.09 | 0.65 | 170.4 | 0.4 | 0.25 |
| Hex | 26 | 58 | 50 | 39 | 0 | 9 | 41 | AA | 28 | 19 |
| Octal | 46 | 130 | 120 | 71 | 0 | 11 | 101 | 252 | 50 | 31 |
| Binary | 100110 | 1011000 | 1010000 | 111001 | 0 | 1001 | 1000001 | 10101010 | 101000 | 11001 |
Color Harmonies of #265850
Complementary color
Monochromatic Colors of #265850
Black with #265850
Text Example
Text Example
White with #265850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265850; }
p { color: rgb(38,88,80); }
H1.HeaderClassName
{
color: #265850;
}
.AnyTagClassName
{
color: #265850;
}
</style>
background-color css
<style>
a { background-color: #265850; }
a { background-color: rgb(38,88,80); }
div.DivClassName
{
background-color: #265850;
}
.BgClassName
{
background-color: #265850;
}
</style>
border-color css
<style>
span { border-color: #265850; }
span { border-color: rgb(38,88,80); }
td.TdClassName
{
border-color: #265850;
}
.TagClassName
{
border-color: #265850;
}
</style>