Shades of Eden #26564E
Tints of Eden #26564E
RGB
CMYK
RGB Variations
Color information
#26564E (or 0x26564E) is known color: Eden. HEX triplet: 26, 56 and 4E. RGB value is (38,86,78). Sum of RGB (Red+Green+Blue) = 38+86+78=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #26564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26564E is #D9A9B1. Grayscale: #464646. Windows color (decimal): -14264754 or 5133862. OLE color: 5133862.
HSL color Cylindrical-coordinate representation of color #26564E: hue angle of 170º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26564E is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 86 | 78 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.66 |
| HSL | 170º | 0.39% | 0.24% | - |
| HSV(B) | 170º | 0.56% | 0.34% | - |
| XYZ | 5.5 | 7.62 | 8.39 | - |
| YUV | 70.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 78 | 0.56 | 0 | 0.09 | 0.66 | 170 | 0.39 | 0.24 |
| Hex | 26 | 56 | 4E | 38 | 0 | 9 | 42 | AA | 27 | 18 |
| Octal | 46 | 126 | 116 | 70 | 0 | 11 | 102 | 252 | 47 | 30 |
| Binary | 100110 | 1010110 | 1001110 | 111000 | 0 | 1001 | 1000010 | 10101010 | 100111 | 11000 |
Color Harmonies of #26564E
Complementary color
Monochromatic Colors of #26564E
Black with #26564E
Text Example
Text Example
White with #26564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26564E; }
p { color: rgb(38,86,78); }
H1.HeaderClassName
{
color: #26564E;
}
.AnyTagClassName
{
color: #26564E;
}
</style>
background-color css
<style>
a { background-color: #26564E; }
a { background-color: rgb(38,86,78); }
div.DivClassName
{
background-color: #26564E;
}
.BgClassName
{
background-color: #26564E;
}
</style>
border-color css
<style>
span { border-color: #26564E; }
span { border-color: rgb(38,86,78); }
td.TdClassName
{
border-color: #26564E;
}
.TagClassName
{
border-color: #26564E;
}
</style>