Shades of Eden #256B56
Tints of Eden #256B56
RGB
CMYK
RGB Variations
Color information
#256B56 (or 0x256B56) is known color: Eden. HEX triplet: 25, 6B and 56. RGB value is (37,107,86). Sum of RGB (Red+Green+Blue) = 37+107+86=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #256B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B56 is #DA94A9. Grayscale: #535353. Windows color (decimal): -14324906 or 5663525. OLE color: 5663525.
HSL color Cylindrical-coordinate representation of color #256B56: hue angle of 162º degrees, saturation: 0.49, 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 #256B56 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 107 | 86 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.58 |
| HSL | 162º | 0.49% | 0.28% | - |
| HSV(B) | 162º | 0.65% | 0.42% | - |
| XYZ | 7.7 | 11.58 | 10.63 | - |
| YUV | 83.68 | 129.31 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 86 | 0.65 | 0 | 0.20 | 0.58 | 162 | 0.49 | 0.28 |
| Hex | 25 | 6B | 56 | 41 | 0 | 14 | 3A | A2 | 31 | 1C |
| Octal | 45 | 153 | 126 | 101 | 0 | 24 | 72 | 242 | 61 | 34 |
| Binary | 100101 | 1101011 | 1010110 | 1000001 | 0 | 10100 | 111010 | 10100010 | 110001 | 11100 |
Color Harmonies of #256B56
Complementary color
Monochromatic Colors of #256B56
Black with #256B56
Text Example
Text Example
White with #256B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B56; }
p { color: rgb(37,107,86); }
H1.HeaderClassName
{
color: #256B56;
}
.AnyTagClassName
{
color: #256B56;
}
</style>
background-color css
<style>
a { background-color: #256B56; }
a { background-color: rgb(37,107,86); }
div.DivClassName
{
background-color: #256B56;
}
.BgClassName
{
background-color: #256B56;
}
</style>
border-color css
<style>
span { border-color: #256B56; }
span { border-color: rgb(37,107,86); }
td.TdClassName
{
border-color: #256B56;
}
.TagClassName
{
border-color: #256B56;
}
</style>