Shades of Eden #26735C
Tints of Eden #26735C
RGB
CMYK
RGB Variations
Color information
#26735C (or 0x26735C) is known color: Eden. HEX triplet: 26, 73 and 5C. RGB value is (38,115,92). Sum of RGB (Red+Green+Blue) = 38+115+92=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #26735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26735C is #D98CA3. Grayscale: #595959. Windows color (decimal): -14257316 or 6058790. OLE color: 6058790.
HSL color Cylindrical-coordinate representation of color #26735C: hue angle of 162.08º 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 #26735C is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 92 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.55 |
| HSL | 162.08º | 0.5% | 0.3% | - |
| HSV(B) | 162.08º | 0.67% | 0.45% | - |
| XYZ | 8.86 | 13.45 | 12.25 | - |
| YUV | 89.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 92 | 0.67 | 0 | 0.20 | 0.55 | 162.08 | 0.5 | 0.3 |
| Hex | 26 | 73 | 5C | 43 | 0 | 14 | 37 | A2 | 32 | 1E |
| Octal | 46 | 163 | 134 | 103 | 0 | 24 | 67 | 242 | 62 | 36 |
| Binary | 100110 | 1110011 | 1011100 | 1000011 | 0 | 10100 | 110111 | 10100010 | 110010 | 11110 |
Color Harmonies of #26735C
Complementary color
Monochromatic Colors of #26735C
Black with #26735C
Text Example
Text Example
White with #26735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26735C; }
p { color: rgb(38,115,92); }
H1.HeaderClassName
{
color: #26735C;
}
.AnyTagClassName
{
color: #26735C;
}
</style>
background-color css
<style>
a { background-color: #26735C; }
a { background-color: rgb(38,115,92); }
div.DivClassName
{
background-color: #26735C;
}
.BgClassName
{
background-color: #26735C;
}
</style>
border-color css
<style>
span { border-color: #26735C; }
span { border-color: rgb(38,115,92); }
td.TdClassName
{
border-color: #26735C;
}
.TagClassName
{
border-color: #26735C;
}
</style>