Shades of Eden #26645D
Tints of Eden #26645D
RGB
CMYK
RGB Variations
Color information
#26645D (or 0x26645D) is known color: Eden. HEX triplet: 26, 64 and 5D. RGB value is (38,100,93). Sum of RGB (Red+Green+Blue) = 38+100+93=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #26645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26645D is #D99BA2. Grayscale: #505050. Windows color (decimal): -14261155 or 6120486. OLE color: 6120486.
HSL color Cylindrical-coordinate representation of color #26645D: hue angle of 173.23º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #26645D is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 100 | 93 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.61 |
| HSL | 173.23º | 0.45% | 0.27% | - |
| HSV(B) | 173.23º | 0.62% | 0.39% | - |
| XYZ | 7.33 | 10.32 | 11.96 | - |
| YUV | 80.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 93 | 0.62 | 0 | 0.07 | 0.61 | 173.23 | 0.45 | 0.27 |
| Hex | 26 | 64 | 5D | 3E | 0 | 7 | 3D | AD | 2D | 1B |
| Octal | 46 | 144 | 135 | 76 | 0 | 7 | 75 | 255 | 55 | 33 |
| Binary | 100110 | 1100100 | 1011101 | 111110 | 0 | 111 | 111101 | 10101101 | 101101 | 11011 |
Color Harmonies of #26645D
Complementary color
Monochromatic Colors of #26645D
Black with #26645D
Text Example
Text Example
White with #26645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26645D; }
p { color: rgb(38,100,93); }
H1.HeaderClassName
{
color: #26645D;
}
.AnyTagClassName
{
color: #26645D;
}
</style>
background-color css
<style>
a { background-color: #26645D; }
a { background-color: rgb(38,100,93); }
div.DivClassName
{
background-color: #26645D;
}
.BgClassName
{
background-color: #26645D;
}
</style>
border-color css
<style>
span { border-color: #26645D; }
span { border-color: rgb(38,100,93); }
td.TdClassName
{
border-color: #26645D;
}
.TagClassName
{
border-color: #26645D;
}
</style>