Shades of Eden #26725C
Tints of Eden #26725C
RGB
CMYK
RGB Variations
Color information
#26725C (or 0x26725C) is known color: Eden. HEX triplet: 26, 72 and 5C. RGB value is (38,114,92). Sum of RGB (Red+Green+Blue) = 38+114+92=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #26725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26725C is #D98DA3. Grayscale: #585858. Windows color (decimal): -14257572 or 6058534. OLE color: 6058534.
HSL color Cylindrical-coordinate representation of color #26725C: hue angle of 162.63º 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 #26725C is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 92 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.55 |
| HSL | 162.63º | 0.5% | 0.3% | - |
| HSV(B) | 162.63º | 0.67% | 0.45% | - |
| XYZ | 8.75 | 13.22 | 12.22 | - |
| YUV | 88.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 92 | 0.67 | 0 | 0.19 | 0.55 | 162.63 | 0.5 | 0.3 |
| Hex | 26 | 72 | 5C | 43 | 0 | 13 | 37 | A3 | 32 | 1E |
| Octal | 46 | 162 | 134 | 103 | 0 | 23 | 67 | 243 | 62 | 36 |
| Binary | 100110 | 1110010 | 1011100 | 1000011 | 0 | 10011 | 110111 | 10100011 | 110010 | 11110 |
Color Harmonies of #26725C
Complementary color
Monochromatic Colors of #26725C
Black with #26725C
Text Example
Text Example
White with #26725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26725C; }
p { color: rgb(38,114,92); }
H1.HeaderClassName
{
color: #26725C;
}
.AnyTagClassName
{
color: #26725C;
}
</style>
background-color css
<style>
a { background-color: #26725C; }
a { background-color: rgb(38,114,92); }
div.DivClassName
{
background-color: #26725C;
}
.BgClassName
{
background-color: #26725C;
}
</style>
border-color css
<style>
span { border-color: #26725C; }
span { border-color: rgb(38,114,92); }
td.TdClassName
{
border-color: #26725C;
}
.TagClassName
{
border-color: #26725C;
}
</style>