Shades of Eden #26725B
Tints of Eden #26725B
RGB
CMYK
RGB Variations
Color information
#26725B (or 0x26725B) is known color: Eden. HEX triplet: 26, 72 and 5B. RGB value is (38,114,91). Sum of RGB (Red+Green+Blue) = 38+114+91=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #26725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26725B is #D98DA4. Grayscale: #585858. Windows color (decimal): -14257573 or 5992998. OLE color: 5992998.
HSL color Cylindrical-coordinate representation of color #26725B: hue angle of 161.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26725B is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 91 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.55 |
| HSL | 161.84º | 0.5% | 0.3% | - |
| HSV(B) | 161.84º | 0.67% | 0.45% | - |
| XYZ | 8.7 | 13.2 | 11.99 | - |
| YUV | 88.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 91 | 0.67 | 0 | 0.20 | 0.55 | 161.84 | 0.5 | 0.3 |
| Hex | 26 | 72 | 5B | 43 | 0 | 14 | 37 | A2 | 32 | 1E |
| Octal | 46 | 162 | 133 | 103 | 0 | 24 | 67 | 242 | 62 | 36 |
| Binary | 100110 | 1110010 | 1011011 | 1000011 | 0 | 10100 | 110111 | 10100010 | 110010 | 11110 |
Color Harmonies of #26725B
Complementary color
Monochromatic Colors of #26725B
Black with #26725B
Text Example
Text Example
White with #26725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26725B; }
p { color: rgb(38,114,91); }
H1.HeaderClassName
{
color: #26725B;
}
.AnyTagClassName
{
color: #26725B;
}
</style>
background-color css
<style>
a { background-color: #26725B; }
a { background-color: rgb(38,114,91); }
div.DivClassName
{
background-color: #26725B;
}
.BgClassName
{
background-color: #26725B;
}
</style>
border-color css
<style>
span { border-color: #26725B; }
span { border-color: rgb(38,114,91); }
td.TdClassName
{
border-color: #26725B;
}
.TagClassName
{
border-color: #26725B;
}
</style>