Shades of Eden #256A5B
Tints of Eden #256A5B
RGB
CMYK
RGB Variations
Color information
#256A5B (or 0x256A5B) is known color: Eden. HEX triplet: 25, 6A and 5B. RGB value is (37,106,91). Sum of RGB (Red+Green+Blue) = 37+106+91=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #256A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A5B is #DA95A4. Grayscale: #535353. Windows color (decimal): -14325157 or 5990949. OLE color: 5990949.
HSL color Cylindrical-coordinate representation of color #256A5B: hue angle of 166.96º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A5B is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 106 | 91 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.58 |
| HSL | 166.96º | 0.48% | 0.28% | - |
| HSV(B) | 166.96º | 0.65% | 0.42% | - |
| XYZ | 7.81 | 11.46 | 11.7 | - |
| YUV | 83.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 91 | 0.65 | 0 | 0.14 | 0.58 | 166.96 | 0.48 | 0.28 |
| Hex | 25 | 6A | 5B | 41 | 0 | E | 3A | A7 | 30 | 1C |
| Octal | 45 | 152 | 133 | 101 | 0 | 16 | 72 | 247 | 60 | 34 |
| Binary | 100101 | 1101010 | 1011011 | 1000001 | 0 | 1110 | 111010 | 10100111 | 110000 | 11100 |
Color Harmonies of #256A5B
Complementary color
Monochromatic Colors of #256A5B
Black with #256A5B
Text Example
Text Example
White with #256A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A5B; }
p { color: rgb(37,106,91); }
H1.HeaderClassName
{
color: #256A5B;
}
.AnyTagClassName
{
color: #256A5B;
}
</style>
background-color css
<style>
a { background-color: #256A5B; }
a { background-color: rgb(37,106,91); }
div.DivClassName
{
background-color: #256A5B;
}
.BgClassName
{
background-color: #256A5B;
}
</style>
border-color css
<style>
span { border-color: #256A5B; }
span { border-color: rgb(37,106,91); }
td.TdClassName
{
border-color: #256A5B;
}
.TagClassName
{
border-color: #256A5B;
}
</style>