Shades of Eden #26625C
Tints of Eden #26625C
RGB
CMYK
RGB Variations
Color information
#26625C (or 0x26625C) is known color: Eden. HEX triplet: 26, 62 and 5C. RGB value is (38,98,92). Sum of RGB (Red+Green+Blue) = 38+98+92=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #26625C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26625C is #D99DA3. Grayscale: #4F4F4F. Windows color (decimal): -14261668 or 6054438. OLE color: 6054438.
HSL color Cylindrical-coordinate representation of color #26625C: hue angle of 174º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26625C is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 98 | 92 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.62 |
| HSL | 174º | 0.44% | 0.27% | - |
| HSV(B) | 174º | 0.61% | 0.38% | - |
| XYZ | 7.1 | 9.92 | 11.67 | - |
| YUV | 79.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 92 | 0.61 | 0 | 0.06 | 0.62 | 174 | 0.44 | 0.27 |
| Hex | 26 | 62 | 5C | 3D | 0 | 6 | 3E | AE | 2C | 1B |
| Octal | 46 | 142 | 134 | 75 | 0 | 6 | 76 | 256 | 54 | 33 |
| Binary | 100110 | 1100010 | 1011100 | 111101 | 0 | 110 | 111110 | 10101110 | 101100 | 11011 |
Color Harmonies of #26625C
Complementary color
Monochromatic Colors of #26625C
Black with #26625C
Text Example
Text Example
White with #26625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26625C; }
p { color: rgb(38,98,92); }
H1.HeaderClassName
{
color: #26625C;
}
.AnyTagClassName
{
color: #26625C;
}
</style>
background-color css
<style>
a { background-color: #26625C; }
a { background-color: rgb(38,98,92); }
div.DivClassName
{
background-color: #26625C;
}
.BgClassName
{
background-color: #26625C;
}
</style>
border-color css
<style>
span { border-color: #26625C; }
span { border-color: rgb(38,98,92); }
td.TdClassName
{
border-color: #26625C;
}
.TagClassName
{
border-color: #26625C;
}
</style>