Shades of Eden #26665E
Tints of Eden #26665E
RGB
CMYK
RGB Variations
Color information
#26665E (or 0x26665E) is known color: Eden. HEX triplet: 26, 66 and 5E. RGB value is (38,102,94). Sum of RGB (Red+Green+Blue) = 38+102+94=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #26665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26665E is #D999A1. Grayscale: #515151. Windows color (decimal): -14260642 or 6186534. OLE color: 6186534.
HSL color Cylindrical-coordinate representation of color #26665E: hue angle of 172.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26665E is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 102 | 94 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.6 |
| HSL | 172.5º | 0.46% | 0.27% | - |
| HSV(B) | 172.5º | 0.63% | 0.4% | - |
| XYZ | 7.57 | 10.72 | 12.26 | - |
| YUV | 81.95 | 134.8 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 94 | 0.63 | 0 | 0.08 | 0.6 | 172.5 | 0.46 | 0.27 |
| Hex | 26 | 66 | 5E | 3F | 0 | 8 | 3C | AC | 2E | 1B |
| Octal | 46 | 146 | 136 | 77 | 0 | 10 | 74 | 254 | 56 | 33 |
| Binary | 100110 | 1100110 | 1011110 | 111111 | 0 | 1000 | 111100 | 10101100 | 101110 | 11011 |
Color Harmonies of #26665E
Complementary color
Monochromatic Colors of #26665E
Black with #26665E
Text Example
Text Example
White with #26665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26665E; }
p { color: rgb(38,102,94); }
H1.HeaderClassName
{
color: #26665E;
}
.AnyTagClassName
{
color: #26665E;
}
</style>
background-color css
<style>
a { background-color: #26665E; }
a { background-color: rgb(38,102,94); }
div.DivClassName
{
background-color: #26665E;
}
.BgClassName
{
background-color: #26665E;
}
</style>
border-color css
<style>
span { border-color: #26665E; }
span { border-color: rgb(38,102,94); }
td.TdClassName
{
border-color: #26665E;
}
.TagClassName
{
border-color: #26665E;
}
</style>