Shades of Eden #256C56
Tints of Eden #256C56
RGB
CMYK
RGB Variations
Color information
#256C56 (or 0x256C56) is known color: Eden. HEX triplet: 25, 6C and 56. RGB value is (37,108,86). Sum of RGB (Red+Green+Blue) = 37+108+86=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #256C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C56 is #DA93A9. Grayscale: #545454. Windows color (decimal): -14324650 or 5663781. OLE color: 5663781.
HSL color Cylindrical-coordinate representation of color #256C56: hue angle of 161.41º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C56 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 86 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.58 |
| HSL | 161.41º | 0.49% | 0.28% | - |
| HSV(B) | 161.41º | 0.66% | 0.42% | - |
| XYZ | 7.81 | 11.79 | 10.67 | - |
| YUV | 84.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 86 | 0.66 | 0 | 0.20 | 0.58 | 161.41 | 0.49 | 0.28 |
| Hex | 25 | 6C | 56 | 42 | 0 | 14 | 3A | A1 | 31 | 1C |
| Octal | 45 | 154 | 126 | 102 | 0 | 24 | 72 | 241 | 61 | 34 |
| Binary | 100101 | 1101100 | 1010110 | 1000010 | 0 | 10100 | 111010 | 10100001 | 110001 | 11100 |
Color Harmonies of #256C56
Complementary color
Monochromatic Colors of #256C56
Black with #256C56
Text Example
Text Example
White with #256C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C56; }
p { color: rgb(37,108,86); }
H1.HeaderClassName
{
color: #256C56;
}
.AnyTagClassName
{
color: #256C56;
}
</style>
background-color css
<style>
a { background-color: #256C56; }
a { background-color: rgb(37,108,86); }
div.DivClassName
{
background-color: #256C56;
}
.BgClassName
{
background-color: #256C56;
}
</style>
border-color css
<style>
span { border-color: #256C56; }
span { border-color: rgb(37,108,86); }
td.TdClassName
{
border-color: #256C56;
}
.TagClassName
{
border-color: #256C56;
}
</style>