Shades of Eden #266255
Tints of Eden #266255
RGB
CMYK
RGB Variations
Color information
#266255 (or 0x266255) is known color: Eden. HEX triplet: 26, 62 and 55. RGB value is (38,98,85). Sum of RGB (Red+Green+Blue) = 38+98+85=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #266255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266255 is #D99DAA. Grayscale: #4E4E4E. Windows color (decimal): -14261675 or 5595686. OLE color: 5595686.
HSL color Cylindrical-coordinate representation of color #266255: hue angle of 167º 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 #266255 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
RGB | 38 | 98 | 85 | - |
CMYK | 0.61 | 0 | 0.13 | 0.62 |
HSL | 167º | 0.44% | 0.27% | - |
HSV(B) | 167º | 0.61% | 0.38% | - |
XYZ | 6.81 | 9.8 | 10.13 | - |
YUV | 78.58 | 131.62 | 99.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 98 | 85 | 0.61 | 0 | 0.13 | 0.62 | 167 | 0.44 | 0.27 |
Hex | 26 | 62 | 55 | 3D | 0 | D | 3E | A7 | 2C | 1B |
Octal | 46 | 142 | 125 | 75 | 0 | 15 | 76 | 247 | 54 | 33 |
Binary | 100110 | 1100010 | 1010101 | 111101 | 0 | 1101 | 111110 | 10100111 | 101100 | 11011 |
Color Harmonies of #266255
Complementary color
Monochromatic Colors of #266255
Black with #266255
Text Example
Text Example
White with #266255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266255; }
p { color: rgb(38,98,85); }
H1.HeaderClassName
{
color: #266255;
}
.AnyTagClassName
{
color: #266255;
}
</style>
background-color css
<style>
a { background-color: #266255; }
a { background-color: rgb(38,98,85); }
div.DivClassName
{
background-color: #266255;
}
.BgClassName
{
background-color: #266255;
}
</style>
border-color css
<style>
span { border-color: #266255; }
span { border-color: rgb(38,98,85); }
td.TdClassName
{
border-color: #266255;
}
.TagClassName
{
border-color: #266255;
}
</style>